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

Unified Diff: third_party/WebKit/Source/core/streams/ReadableStream.h

Issue 1404523005: Implement author-constructible ReadableStream using V8 extras (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor test tweaks Created 5 years, 1 month 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: third_party/WebKit/Source/core/streams/ReadableStream.h
diff --git a/third_party/WebKit/Source/core/streams/ReadableStream.h b/third_party/WebKit/Source/core/streams/ReadableStream.h
index 9d81f7da79a315d340d41b8c903d623dbf5f13e3..11e208a5d4647dc638ac5623859194b3988a71c8 100644
--- a/third_party/WebKit/Source/core/streams/ReadableStream.h
+++ b/third_party/WebKit/Source/core/streams/ReadableStream.h
@@ -25,8 +25,7 @@ class ExecutionContext;
class ReadableStreamReader;
class UnderlyingSource;
-class CORE_EXPORT ReadableStream : public GarbageCollectedFinalized<ReadableStream>, public ScriptWrappable {
- DEFINE_WRAPPERTYPEINFO();
+class CORE_EXPORT ReadableStream : public GarbageCollectedFinalized<ReadableStream> {
public:
enum State {
Readable,
« no previous file with comments | « third_party/WebKit/Source/core/streams/ReadableByteStream.h ('k') | third_party/WebKit/Source/core/streams/ReadableStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698