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

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

Issue 472903003: DevTools: Get rid of module initializers in the source tree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing worker module.json's to gypi Created 6 years, 4 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: 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 040c995cc7b2fb34afa8f95b46c2ba88513dcb38..5746eaf12aceee3084e7aad9b5d5853ea676e8e5 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -181,7 +181,7 @@ WebInspector.Main.prototype = {
_createModuleManager: function()
{
console.timeStamp("Main._createModuleManager");
- self.runtime = new Runtime(allDescriptors);
+ self.runtime = new Runtime();
// FIXME: define html-per-app, make configuration a part of the app.
var configuration = ["main", "elements", "network", "sources", "timeline", "profiler", "resources", "audits", "console", "source_frame", "extensions", "settings"];

Powered by Google App Engine
This is Rietveld 408576698