Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.cpp |
diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.cpp b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.cpp |
index 9e6c6f9f03baf4b752a77f2ff2332d3e4dc44b56..85fb75ede742916ad0b6da3c4ef93d48a2cad43d 100644 |
--- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.cpp |
+++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.cpp |
@@ -19,7 +19,8 @@ AnimationWorkletMessagingProxy::~AnimationWorkletMessagingProxy() {} |
std::unique_ptr<WorkerThread> |
AnimationWorkletMessagingProxy::CreateWorkerThread(double origin_time) { |
- return AnimationWorkletThread::Create(LoaderProxy(), WorkletObjectProxy()); |
+ return AnimationWorkletThread::Create(GetThreadableLoadingContext(), |
+ WorkletObjectProxy()); |
} |
} // namespace blink |