| Index: third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp b/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp
|
| index 3512051bf191613a1f4e16497cccfa9af04b78cf..75c405e5d5bd218f4eaee01379d17286cb19f179 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp
|
| @@ -39,9 +39,9 @@ AnimationWorklet* WindowAnimationWorklet::animationWorklet() {
|
| return m_animationWorklet.get();
|
| }
|
|
|
| -void WindowAnimationWorklet::frameDestroyed() {
|
| +void WindowAnimationWorklet::contextDestroyed() {
|
| m_animationWorklet.clear();
|
| - DOMWindowProperty::frameDestroyed();
|
| + DOMWindowProperty::contextDestroyed();
|
| }
|
|
|
| DEFINE_TRACE(WindowAnimationWorklet) {
|
|
|