| 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 e25d3372e442fdc6e832d9649ab46324ad64b703..2fee7686c3ca06541ddc8b6607bac2be4df0242b 100644
|
| --- a/Source/devtools/front_end/ui/ColorSwatch.js
|
| +++ b/Source/devtools/front_end/ui/ColorSwatch.js
|
| @@ -82,7 +82,7 @@ WebInspector.ColorSwatch.prototype = {
|
| root.appendChild(WebInspector.Widget.createStyleElement("ui/colorSwatch.css"));
|
|
|
| this._iconElement = root.createChild("span", "color-swatch");
|
| - WebInspector.Tooltip.install(this._iconElement, WebInspector.UIString("Shift-click to change color format"));
|
| + this._iconElement.title = WebInspector.UIString("Shift-click to change color format");
|
| this._swatchInner = this._iconElement.createChild("span", "color-swatch-inner");
|
| this._swatchInner.addEventListener("dblclick", consumeEvent, false);
|
| this._swatchInner.addEventListener("mousedown", consumeEvent, false);
|
|
|