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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/resources/test-utils.js

Issue 1902673003: Reflect recent spec changes to V8 Extra ReadableStream impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build Created 4 years, 7 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: third_party/WebKit/LayoutTests/http/tests/streams/resources/test-utils.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/resources/test-utils.js b/third_party/WebKit/LayoutTests/http/tests/streams/resources/test-utils.js
index 9aa633cbc7c6fe3ed737f9a9360dc3796dbdcc77..cc47898a608e93d5e5664d017607b4f4709f5370 100644
--- a/third_party/WebKit/LayoutTests/http/tests/streams/resources/test-utils.js
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/resources/test-utils.js
@@ -40,4 +40,4 @@ self.garbageCollect = () => {
}
};
-self.delay = ms => new Promise(resolve => setTimeout(resolve, ms));
+self.delay = ms => new Promise(resolve => step_timeout(resolve, ms));

Powered by Google App Engine
This is Rietveld 408576698