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

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

Issue 1060773002: [Streams] Make ReadableStreamReader NoInterfaceObject. (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
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/streams/ReadableStreamReader.idl
diff --git a/Source/core/streams/ReadableStreamReader.idl b/Source/core/streams/ReadableStreamReader.idl
index 8d165ec7349460dec0bf2af309f0d52a5e3d9056..6603a3f5ef4b3ebbc08d0264ee66a880da80c83c 100644
--- a/Source/core/streams/ReadableStreamReader.idl
+++ b/Source/core/streams/ReadableStreamReader.idl
@@ -6,6 +6,7 @@
GarbageCollected,
ActiveDOMObject,
Exposed=(Window,Worker),
+ NoInterfaceObject,
] interface ReadableStreamReader {
// FIXME: Add constructor.
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698