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

Unified Diff: Source/core/testing/ReadableStreamTestCase.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/ReadableStreamTestCase.cpp ('k') | Source/core/testing/ReadableStreamTestRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/ReadableStreamTestCase.idl
diff --git a/Source/core/events/CustomEventInit.idl b/Source/core/testing/ReadableStreamTestCase.idl
similarity index 50%
copy from Source/core/events/CustomEventInit.idl
copy to Source/core/testing/ReadableStreamTestCase.idl
index 0c02acd922fcd22ed48dfde37f298ed17d9c958f..495ddc7d89c569909e5f6eb028e61a76c4fc5a74 100644
--- a/Source/core/events/CustomEventInit.idl
+++ b/Source/core/testing/ReadableStreamTestCase.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://dom.spec.whatwg.org/#interface-customevent
-
-dictionary CustomEventInit : EventInit {
- any detail = null;
+[GarbageCollected]
+interface ReadableStreamTestCase {
+ readonly attribute ReadableStreamTestRequest request;
+ readonly attribute ReadableStreamTestSource source;
};
« no previous file with comments | « Source/core/testing/ReadableStreamTestCase.cpp ('k') | Source/core/testing/ReadableStreamTestRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698