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

Unified Diff: Source/devtools/front_end/ui/ColorSwatch.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/timeline/TimelineView.js ('k') | Source/devtools/front_end/ui/Dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/ColorSwatch.js
diff --git a/Source/devtools/front_end/ui/ColorSwatch.js b/Source/devtools/front_end/ui/ColorSwatch.js
index da5687efea58350d450af9a51ba8c39ca5b64dd3..5dcf26aa27d6fb3de28ab813845a3c29163a8674 100644
--- a/Source/devtools/front_end/ui/ColorSwatch.js
+++ b/Source/devtools/front_end/ui/ColorSwatch.js
@@ -79,7 +79,7 @@ WebInspector.ColorSwatch.prototype = {
createdCallback: function()
{
var root = this.createShadowRoot();
- root.appendChild(WebInspector.View.createStyleElement("ui/colorSwatch.css"));
+ root.appendChild(WebInspector.Widget.createStyleElement("ui/colorSwatch.css"));
this._iconElement = root.createChild("span", "color-swatch");
this._iconElement.title = WebInspector.UIString("Shift-click to change color format.");
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineView.js ('k') | Source/devtools/front_end/ui/Dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698