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

Unified Diff: Source/core/testing/Internals.idl

Issue 1167343002: Add methods for creating V8 extras-based ReadableStreams from C++ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove C++ queuing strategies Created 5 years, 6 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/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 4ee95f627445738bad9204c4be35fe49174c723d..1fbf2132f8d47888deac3ebe1d297157e31a047a 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -28,6 +28,7 @@
DoNotCheckConstants,
GarbageCollected,
TypeChecking=Interface,
+ ConstructorCallWith=ScriptState,
] interface Internals {
DOMString address(Node node);
@@ -319,4 +320,6 @@
[Unscopeable] DOMString unscopeableMethod();
ClientRectList focusRingRects(Element element);
+
+ readonly attribute any readableStream;
};

Powered by Google App Engine
This is Rietveld 408576698