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

Unified Diff: Source/devtools/front_end/elements/ElementsTreeOutline.js

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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/elements/ElementsTreeOutline.js
diff --git a/Source/devtools/front_end/elements/ElementsTreeOutline.js b/Source/devtools/front_end/elements/ElementsTreeOutline.js
index cebee1205d3200ea2b42b6013a129fcf5d2010e5..6678a648748f6ea5b763edf572d01b43f80f7988 100644
--- a/Source/devtools/front_end/elements/ElementsTreeOutline.js
+++ b/Source/devtools/front_end/elements/ElementsTreeOutline.js
@@ -43,7 +43,7 @@ WebInspector.ElementsTreeOutline = function(domModel, omitRootDOMNode, selectEna
var element = createElement("div");
this._shadowRoot = element.createShadowRoot();
- this._shadowRoot.appendChild(WebInspector.View.createStyleElement("elements/elementsTreeOutline.css"));
+ this._shadowRoot.appendChild(WebInspector.Widget.createStyleElement("elements/elementsTreeOutline.css"));
var outlineDisclosureElement = this._shadowRoot.createChild("div", "elements-disclosure");
WebInspector.installComponentRootStyles(outlineDisclosureElement);
« no previous file with comments | « Source/devtools/front_end/elements/ElementsSidebarView.js ('k') | Source/devtools/front_end/elements/StylesPopoverHelper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698