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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2453713003: Implementation of WritableStream (Closed)
Patch Set: Add missing return to promise_test Created 4 years, 1 month 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/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index a2a85e1f984e423df3dcb1a17f45e72fcf08571b..45f0b41a7968947cf3ec9d0750fc9ce422521d79 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -1254,6 +1254,11 @@ interface WorkerNavigator
getter storage
getter userAgent
method constructor
+interface WritableStream
+ getter locked
+ method abort
+ method constructor
+ method getWriter
interface webkitIDBCursor
getter direction
getter key
« no previous file with comments | « build_overrides/v8.gni ('k') | third_party/WebKit/LayoutTests/http/tests/streams/resources/recording-streams.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698