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

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: That todo is not necessary according to yhirano@ Created 5 years, 5 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 | « Source/core/testing/Internals.cpp ('k') | Source/core/testing/ReadableStreamTestCase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 47b7a4cd31e7ffa2b0d6d5b13c6005ea60d582bb..fdeabaf64959cafb032f9be01e5e994804de1e8a 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -325,4 +325,6 @@
ClientRectList focusRingRects(Element element);
void setCapsLockState(boolean enabled);
+
+ [CallWith=ScriptState] ReadableStreamTestCase createReadableStreamTestCase();
};
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/core/testing/ReadableStreamTestCase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698