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

Side by Side Diff: Source/core/streams/StreamTest.h

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 unified diff | Download patch
« no previous file with comments | « Source/core/streams/ScriptUnderlyingSource.idl ('k') | Source/core/streams/StreamTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef StreamTest_h
2 #define StreamTest_h
3
4 #include "bindings/core/v8/ScriptWrappable.h"
5 #include "bindings/core/v8/ScriptState.h"
6 #include "core/streams/ScriptReadableStream.h"
7
8 namespace blink {
9
10 class CORE_EXPORT StreamTest : public GarbageCollectedFinalized<StreamTest>, pub lic ScriptWrappable {
11 DEFINE_WRAPPERTYPEINFO();
12
13 public:
14 static ScriptReadableStream test(ScriptState*);
15
16 DECLARE_VIRTUAL_TRACE();
17 };
18
19 } // namespace blink
20
21 #endif StreamTest_h
OLDNEW
« no previous file with comments | « Source/core/streams/ScriptUnderlyingSource.idl ('k') | Source/core/streams/StreamTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698