Index: third_party/WebKit/Source/core/workers/Worklet.h |
diff --git a/third_party/WebKit/Source/core/workers/Worklet.h b/third_party/WebKit/Source/core/workers/Worklet.h |
index 07122bda3c915bba916cf1c790d422169b002349..e1058df7510ad564a5e7a4e8d3d06416da59d070 100644 |
--- a/third_party/WebKit/Source/core/workers/Worklet.h |
+++ b/third_party/WebKit/Source/core/workers/Worklet.h |
@@ -35,7 +35,7 @@ class CORE_EXPORT Worklet : public GarbageCollectedFinalized<Worklet>, |
// Worklet.idl |
// addModule() imports ES6 module scripts. |
- virtual ScriptPromise addModule(ScriptState*, const String& url) = 0; |
+ virtual ScriptPromise addModule(ScriptState*, const String& module_url) = 0; |
// Returns a proxy to WorkletGlobalScope on the context thread. |
virtual WorkletGlobalScopeProxy* GetWorkletGlobalScopeProxy() const = 0; |