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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1404523005: Implement author-constructible ReadableStream using V8 extras (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor test tweaks Created 5 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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index dd8a38b1f585f9cdb6b3acdd05adf6789c1c3ec3..72a459877ffd96663a168014de16db54a1611756 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -642,6 +642,9 @@ interface ConvolverNode : AudioNode
method constructor
setter buffer
setter normalize
+interface CountQueuingStrategy
+ method constructor
+ method size
interface Credential
getter iconURL
getter id
@@ -3905,9 +3908,11 @@ interface ReadableByteStream
method constructor
method getReader
interface ReadableStream
+ getter locked
method cancel
method constructor
method getReader
+ method tee
interface RelatedEvent : Event
getter relatedTarget
method constructor

Powered by Google App Engine
This is Rietveld 408576698