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

Unified Diff: Source/devtools/front_end/ui/TextPrompt.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/TabbedPane.js ('k') | Source/devtools/front_end/ui/Toolbar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/TextPrompt.js
diff --git a/Source/devtools/front_end/ui/TextPrompt.js b/Source/devtools/front_end/ui/TextPrompt.js
index fdee6cb6ffddec9174c55e1bfca432df6b96e102..a3ba491d76cb5321894235735a1439a137727a3b 100644
--- a/Source/devtools/front_end/ui/TextPrompt.js
+++ b/Source/devtools/front_end/ui/TextPrompt.js
@@ -121,7 +121,7 @@ WebInspector.TextPrompt.prototype = {
this._boundRemoveSuggestionAids = this._removeSuggestionAids.bind(this);
this._proxyElement = element.ownerDocument.createElement("span");
var shadowRoot = this._proxyElement.createShadowRoot();
- shadowRoot.appendChild(WebInspector.View.createStyleElement("ui/textPrompt.css"));
+ shadowRoot.appendChild(WebInspector.Widget.createStyleElement("ui/textPrompt.css"));
this._contentElement = shadowRoot.createChild("div");
this._contentElement.createChild("content");
this._proxyElement.style.display = this._proxyElementDisplay;
« no previous file with comments | « Source/devtools/front_end/ui/TabbedPane.js ('k') | Source/devtools/front_end/ui/Toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698