Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html

Issue 1285183006: DevTools: WI.Throttler goes promisified. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cc
Patch Set: remove dependent patchset Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « LayoutTests/http/tests/inspector/elements-test.js ('k') | LayoutTests/inspector/elements/styles-2/lazy-computed-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698