Web Animations: Don't set compositor pending when document has been detachedmainmastergit-svn-max-branch-rev
commit8d2d7506bebf376fcb885f8344e1df38de2998f2
authordstockwell@chromium.org <dstockwell@chromium.org>
Wed, 23 Sep 2015 06:33:42 +0000 (23 06:33 +0000)
committerdstockwell@chromium.org <dstockwell@chromium.org>
Wed, 23 Sep 2015 06:33:42 +0000 (23 06:33 +0000)
tree37d233bde3baaea720a9a81296fa77b63c9d8981
parent986a9000e9cb2b032274412356dc9720e96a2584
Web Animations: Don't set compositor pending when document has been detached

When there are multiple documents it is possible for an animation's
timeline to become detached. The existing assertions were not valid in this
case.

BUG=492061

Review URL: https://codereview.chromium.org/1360043002

git-svn-id: svn://svn.chromium.org/blink/trunk@202666 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Source/core/animation/Animation.cpp