Index: third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h |
diff --git a/third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h b/third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h |
index e8d5d0e5ee5bd94828d5c26a500dda2e8a9076b9..b3c82b24fb894654ce9af64f8274ff8b14b3fba0 100644 |
--- a/third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h |
@@ -11,7 +11,7 @@ namespace blink { |
class ThreadedWorkletGlobalScopeProxy : public WorkletGlobalScopeProxy { |
public: |
- void evaluateScript(const String& source, const KURL& scriptURL) final |
+ void evaluateScript(const ScriptSourceCode&) final |
{ |
// TODO(ikilpatrick): implement. |
} |