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

Unified Diff: Source/devtools/front_end/ui/Infobar.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
« no previous file with comments | « Source/devtools/front_end/ui/EmptyWidget.js ('k') | Source/devtools/front_end/ui/Panel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/Infobar.js
diff --git a/Source/devtools/front_end/ui/Infobar.js b/Source/devtools/front_end/ui/Infobar.js
index f2a86db641e63eb7546d239bb76c9468c574a7e5..5dfbf5a395e2c04e64e2d41dc3df4ab6d9a4a0d7 100644
--- a/Source/devtools/front_end/ui/Infobar.js
+++ b/Source/devtools/front_end/ui/Infobar.js
@@ -11,7 +11,7 @@ WebInspector.Infobar = function(type, disableSetting)
{
this.element = createElementWithClass("div");
this._shadowRoot = this.element.createShadowRoot();
- this._shadowRoot.appendChild(WebInspector.View.createStyleElement("ui/infobar.css"));
+ this._shadowRoot.appendChild(WebInspector.Widget.createStyleElement("ui/infobar.css"));
this._contentElement = this._shadowRoot.createChild("div", "infobar infobar-" + type);
WebInspector.installComponentRootStyles(this.element);
« no previous file with comments | « Source/devtools/front_end/ui/EmptyWidget.js ('k') | Source/devtools/front_end/ui/Panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698