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

Unified Diff: Source/devtools/front_end/ui/SuggestBox.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/StackView.js ('k') | Source/devtools/front_end/ui/TabbedPane.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/SuggestBox.js
diff --git a/Source/devtools/front_end/ui/SuggestBox.js b/Source/devtools/front_end/ui/SuggestBox.js
index 05dd67e49046cb4f7b90a98d441eb1f5cbf8d9b9..853680dd7fdbcac3b54d43f0f395a7a8ebec6e77 100644
--- a/Source/devtools/front_end/ui/SuggestBox.js
+++ b/Source/devtools/front_end/ui/SuggestBox.js
@@ -411,7 +411,7 @@ WebInspector.SuggestBox.Overlay = function()
{
this.element = createElementWithClass("div", "suggest-box-overlay");
var root = this.element.createShadowRoot();
- root.appendChild(WebInspector.View.createStyleElement("ui/suggestBox.css"));
+ root.appendChild(WebInspector.Widget.createStyleElement("ui/suggestBox.css"));
this._leftSpacerElement = root.createChild("div", "suggest-box-left-spacer");
this._horizontalElement = root.createChild("div", "suggest-box-horizontal");
this._topSpacerElement = this._horizontalElement.createChild("div", "suggest-box-top-spacer");
« no previous file with comments | « Source/devtools/front_end/ui/StackView.js ('k') | Source/devtools/front_end/ui/TabbedPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698