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

Unified Diff: third_party/WebKit/Source/modules/worklet/Worklet.h

Issue 2017703002: Notify InspectorInstrumentation on successfully imported Worklet's script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/modules/worklet/Worklet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/worklet/Worklet.h
diff --git a/third_party/WebKit/Source/modules/worklet/Worklet.h b/third_party/WebKit/Source/modules/worklet/Worklet.h
index 99b87fb60faacac8af410efd2baef85223139d46..9494a77f6e1be778606c355c0dd0a8539dc473e6 100644
--- a/third_party/WebKit/Source/modules/worklet/Worklet.h
+++ b/third_party/WebKit/Source/modules/worklet/Worklet.h
@@ -41,7 +41,7 @@ protected:
explicit Worklet(ExecutionContext*);
private:
- void onResponse();
+ void onResponse(WorkerScriptLoader*);
void onFinished(WorkerScriptLoader*, ScriptPromiseResolver*);
Vector<RefPtr<WorkerScriptLoader>> m_scriptLoaders;
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/worklet/Worklet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698