| Index: third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
|
| index 5a047fb7dd9224856128a424fc1dae5f74088284..aaa6fe744befcc5077bf2f239df1f9452905fb65 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
|
| @@ -40,13 +40,6 @@ void PaintWorkletGlobalScopeProxy::FetchAndInvokeScript(
|
| pending_tasks);
|
| }
|
|
|
| -void PaintWorkletGlobalScopeProxy::EvaluateScript(
|
| - const ScriptSourceCode& script_source_code) {
|
| - // This should be called only for threaded worklets that still use classic
|
| - // script loading.
|
| - NOTREACHED();
|
| -}
|
| -
|
| void PaintWorkletGlobalScopeProxy::TerminateWorkletGlobalScope() {
|
| DCHECK(IsMainThread());
|
| global_scope_->Terminate();
|
|
|