| Index: third_party/WebKit/Source/core/loader/WorkletScriptLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/WorkletScriptLoader.h b/third_party/WebKit/Source/core/loader/WorkletScriptLoader.h
|
| index 633896f35b343536dc594786849fc9beedcb2d43..f2404f910d16cac691e503bbef56fa30c89d48c9 100644
|
| --- a/third_party/WebKit/Source/core/loader/WorkletScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/WorkletScriptLoader.h
|
| @@ -44,7 +44,7 @@ class WorkletScriptLoader final
|
|
|
| // Fetches an URL and loads it as a classic script. Synchronously calls
|
| // Client::notifyWorkletScriptLoadingFinished() if there is an error.
|
| - void FetchScript(const String& script_url);
|
| + void FetchScript(const KURL& module_url_record);
|
|
|
| // Cancels resource loading and synchronously calls
|
| // Client::notifyWorkletScriptLoadingFinished().
|
|
|