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

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

Issue 1118673002: Implement ReadableStream as a V8 extra (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanups; make controller a member instead of arg Created 5 years, 7 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/streams/StreamTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/streams/StreamTest.idl
diff --git a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl b/Source/core/streams/StreamTest.idl
similarity index 62%
copy from Source/modules/app_banner/BeforeInstallPromptEventInit.idl
copy to Source/core/streams/StreamTest.idl
index fc66cc8d9a905f64723a05065d055c7281fae321..506171e17197238b86638dd0f284edda1bb25ae7 100644
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
+++ b/Source/core/streams/StreamTest.idl
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-dictionary BeforeInstallPromptEventInit : EventInit {
- sequence<DOMString> platforms;
+[GarbageCollected]
+interface StreamTest {
+ [CallWith=ScriptState] static ReadableStream2 test();
};
« no previous file with comments | « Source/core/streams/StreamTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698