Index: third_party/WebKit/Source/core/workers/ThreadedWorklet.h |
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorklet.h b/third_party/WebKit/Source/core/workers/ThreadedWorklet.h |
index bb418d1ba039784b3c7feb310c1bdbbc179e78fe..1fafadb4311cf5e44bde410d404ab26f4fa91e19 100644 |
--- a/third_party/WebKit/Source/core/workers/ThreadedWorklet.h |
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorklet.h |
@@ -30,7 +30,7 @@ class CORE_EXPORT ThreadedWorklet : public Worklet, |
virtual ~ThreadedWorklet() = default; |
// Worklet |
- ScriptPromise addModule(ScriptState*, const String& url) final; |
+ ScriptPromise addModule(ScriptState*, const String& module_url) final; |
// WorkletScriptLoader::Client |
void NotifyWorkletScriptLoadingFinished(WorkletScriptLoader*, |