| Index: third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js b/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| index 0deaa8f2df31aa8fa3834365c03933b87c1e062d..43f4be387f77ac056999e6cb019095ccee5ac979 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| @@ -17,7 +17,7 @@ WebInspector.SwatchPopoverHelper = function()
|
| this._boundOnKeyDown = this._onKeyDown.bind(this);
|
| this._boundFocusOut = this._onFocusOut.bind(this);
|
| this._isHidden = true;
|
| -}
|
| +};
|
|
|
| WebInspector.SwatchPopoverHelper.prototype = {
|
| /**
|
| @@ -119,4 +119,4 @@ WebInspector.SwatchPopoverHelper.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.Object.prototype
|
| -}
|
| +};
|
|
|