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

Unified Diff: Source/devtools/front_end/ui/Panel.js

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/devtools/front_end/ui/Panel.js
diff --git a/Source/devtools/front_end/ui/Panel.js b/Source/devtools/front_end/ui/Panel.js
index 4d932bd3cb2090e59a02572e2c08f7c878bbf462..7d9ae9cee59d0c429844e81f12443223c6e3ac6c 100644
--- a/Source/devtools/front_end/ui/Panel.js
+++ b/Source/devtools/front_end/ui/Panel.js
@@ -33,7 +33,6 @@
WebInspector.Panel = function(name)
{
WebInspector.VBox.call(this);
- WebInspector.panels[name] = this;
this.element.classList.add("panel");
this.element.classList.add(name);

Powered by Google App Engine
This is Rietveld 408576698