| Index: third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html b/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html
|
| index 31a1658058e65a8962ac70cdc603529974edca46..9f300219f3744f54d7791df05a737fb03b167609 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html
|
| @@ -21,7 +21,7 @@ function test()
|
| {
|
| var swatch = sourceFrame.textEditor._codeMirrorElement.querySelector("span[is=color-swatch]");
|
| swatch.shadowRoot.querySelector(".color-swatch-inner").click();
|
| - sourceFrame._spectrum._innerSetColor(Common.Color.parse("#008000").hsva(), "", Common.Color.Format.HEX, Components.Spectrum._ChangeSource.Other);
|
| + sourceFrame._spectrum._innerSetColor(Common.Color.parse("#008000").hsva(), "", Common.Color.Format.HEX, ColorPicker.Spectrum._ChangeSource.Other);
|
| sourceFrame._swatchPopoverHelper.hide(true)
|
| InspectorTest.dumpSwatchPositions(sourceFrame, Sources.CSSSourceFrame.SwatchBookmark);
|
| next();
|
|
|