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

Unified Diff: Source/devtools/front_end/console/ConsolePanel.js

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and involve worker modules 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/console/ConsolePanel.js
diff --git a/Source/devtools/front_end/console/ConsolePanel.js b/Source/devtools/front_end/console/ConsolePanel.js
index d1f601b5452a5aee6b23709e162c5fbf612b2b99..497bc4f01bde7d8d8921f4ee115b5b194863eaeb 100644
--- a/Source/devtools/front_end/console/ConsolePanel.js
+++ b/Source/devtools/front_end/console/ConsolePanel.js
@@ -26,9 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-importScript("ConsoleViewMessage.js");
-importScript("ConsoleView.js");
-
/**
* @constructor
* @extends {WebInspector.Panel}

Powered by Google App Engine
This is Rietveld 408576698