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

Unified Diff: Source/core/streams/ReadableStreamReader.idl

Issue 1001233002: Streams Implementation Update: Reader name and Stream methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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: Source/core/streams/ReadableStreamReader.idl
diff --git a/Source/core/streams/ExclusiveStreamReader.idl b/Source/core/streams/ReadableStreamReader.idl
similarity index 95%
rename from Source/core/streams/ExclusiveStreamReader.idl
rename to Source/core/streams/ReadableStreamReader.idl
index 1dc03d0227be5a925c17b766dd269ab6d0ba287c..315f4199d07aa6d6f966dc627c9e648185390626 100644
--- a/Source/core/streams/ExclusiveStreamReader.idl
+++ b/Source/core/streams/ReadableStreamReader.idl
@@ -7,7 +7,7 @@
GarbageCollected,
ActiveDOMObject,
Exposed=(Window,Worker),
-] interface ExclusiveStreamReader {
+] interface ReadableStreamReader {
// FIXME: Add constructor.
[CallWith=ScriptState] readonly attribute Promise closed;

Powered by Google App Engine
This is Rietveld 408576698