| Index: Source/devtools/front_end/elements/Spectrum.js
|
| diff --git a/Source/devtools/front_end/elements/Spectrum.js b/Source/devtools/front_end/elements/Spectrum.js
|
| index 918f80c48a39b748ec74fd9dbffebc636aa620d2..effbdc30ae50df2296c1b71f440685fb476f3cad 100644
|
| --- a/Source/devtools/front_end/elements/Spectrum.js
|
| +++ b/Source/devtools/front_end/elements/Spectrum.js
|
| @@ -33,7 +33,7 @@
|
| WebInspector.Spectrum = function()
|
| {
|
| WebInspector.VBox.call(this, true);
|
| - this.contentElement.appendChild(WebInspector.View.createStyleElement("elements/spectrum.css"));
|
| + this.registerRequiredCSS("elements/spectrum.css");
|
| this.contentElement.tabIndex = 0;
|
|
|
| this._draggerElement = this.contentElement.createChild("div", "spectrum-color");
|
|
|