| Index: LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html
|
| diff --git a/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html b/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html
|
| index 1731ab07b038826b63a2edcca3383edaa67ef119..ff3fbaec6ceab95d9f8fc7a30359b830310df4e3 100644
|
| --- a/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html
|
| +++ b/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html
|
| @@ -81,7 +81,7 @@ function test()
|
| function setFormat(newFormat, callback)
|
| {
|
| WebInspector.settingForTest("colorFormat").set(newFormat);
|
| - WebInspector.panels.elements.sidebarPanes.styles.doUpdate(callback);
|
| + WebInspector.panels.elements.sidebarPanes.styles.doUpdate().then(callback);
|
| }
|
|
|
| function startEditingAndDumpValue(format, propertyName, next)
|
|
|