Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: third_party/WebKit/Source/core/loader/WorkletScriptLoader.h

Issue 2878833002: Worklet: Move common code of addModule from Main/ThreadedWorklet to Worklet (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/WorkletScriptLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
kinuko 2017/05/12 03:45:07 Is the 'module url record' term from the spec? Na
nhiroki 2017/05/12 04:00:16 Yes, it's from the spec: "To disambiguate from
// Cancels resource loading and synchronously calls
// Client::notifyWorkletScriptLoadingFinished().
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/WorkletScriptLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698