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

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

Issue 1181773007: Devtools: Add tooltip title for bezier icon (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/elements/StylesPopoverHelper.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/StylesSidebarPane.js
diff --git a/Source/devtools/front_end/elements/StylesSidebarPane.js b/Source/devtools/front_end/elements/StylesSidebarPane.js
index 4e72e256873ee2f284a4f87b117fb41db17c9a9f..26bce46016f37652a8650d6ca0269cd90cd6ba6a 100644
--- a/Source/devtools/front_end/elements/StylesSidebarPane.js
+++ b/Source/devtools/front_end/elements/StylesSidebarPane.js
@@ -2083,7 +2083,7 @@ WebInspector.StylePropertyTreeElement.prototype = {
}
var stylesPopoverHelper = this._parentPane._stylesPopoverHelper;
- return new WebInspector.ColowSwatchPopoverIcon(this, stylesPopoverHelper, text).element();
+ return new WebInspector.ColorSwatchPopoverIcon(this, stylesPopoverHelper, text).element();
},
/**
« no previous file with comments | « Source/devtools/front_end/elements/StylesPopoverHelper.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698