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

Unified Diff: Source/devtools/front_end/main/Main.js

Issue 985703003: Revert of Revert of DevTools: Remove pageAgent() call from DebuggerModel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | « Source/devtools/devtools.gypi ('k') | Source/devtools/front_end/main/OverlayController.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index 074f6b7112873459729f1e1d705c970d9c258372..4c40e212728712077c0e9e03b9e4f85eeead09a0 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -219,6 +219,7 @@
WebInspector.scriptSnippetModel = new WebInspector.ScriptSnippetModel(WebInspector.workspace);
WebInspector.extensionServer = new WebInspector.ExtensionServer();
+ new WebInspector.OverlayController();
new WebInspector.ContentScriptProjectDecorator();
new WebInspector.ExecutionContextSelector();
« no previous file with comments | « Source/devtools/devtools.gypi ('k') | Source/devtools/front_end/main/OverlayController.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698