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

Unified Diff: third_party/WebKit/Source/core/inspector/WorkerInspectorController.h

Issue 1638563002: DevTools: migrate ScriptFunctionCall off ScriptValue (to be inlined into the InjectedScript.cpp). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
index 630277be6f55e2168ca4dd3e6520e283d4f63626..0ce43e83965044e835c7b9e89fa12e60616f3261 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
+++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
@@ -85,8 +85,8 @@ private:
RawPtrWillBeMember<WorkerGlobalScope> m_workerGlobalScope;
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
- OwnPtr<InjectedScriptManager> m_injectedScriptManager;
OwnPtr<WorkerThreadDebugger> m_workerThreadDebugger;
+ OwnPtr<InjectedScriptManager> m_injectedScriptManager;
InspectorAgentRegistry m_agents;
OwnPtrWillBeMember<PageInspectorProxy> m_pageInspectorProxy;
OwnPtr<InspectorFrontend> m_frontend;

Powered by Google App Engine
This is Rietveld 408576698