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

Unified Diff: LayoutTests/http/tests/inspector/elements-test.js

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
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/elements-test.js
diff --git a/LayoutTests/http/tests/inspector/elements-test.js b/LayoutTests/http/tests/inspector/elements-test.js
index 9ede4675335ea90c6b2b4067a0cb5664c4a25552..d5b643e5167db096cb76680660fb5e7a7736d169 100644
--- a/LayoutTests/http/tests/inspector/elements-test.js
+++ b/LayoutTests/http/tests/inspector/elements-test.js
@@ -267,7 +267,7 @@ InspectorTest.selectNodeAndWaitForStylesWithComputed = function(idValue, callbac
function onSidebarRendered()
{
- InspectorTest.computedStyleWidget().doUpdate(callback);
+ InspectorTest.computedStyleWidget().doUpdate().then(callback);
}
}
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698