| Index: Source/core/streams/ReadableStream.h
|
| diff --git a/Source/core/streams/ReadableStream.h b/Source/core/streams/ReadableStream.h
|
| index 722eccfc867ca18c7d0cab54f68d16aca809d883..14b1d4500b3dfd68c449d15449bc674e4be2267d 100644
|
| --- a/Source/core/streams/ReadableStream.h
|
| +++ b/Source/core/streams/ReadableStream.h
|
| @@ -24,6 +24,7 @@ class ExceptionState;
|
| class UnderlyingSource;
|
|
|
| class ReadableStream : public GarbageCollectedFinalized<ReadableStream>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum State {
|
| Readable,
|
| @@ -88,4 +89,3 @@ private:
|
| } // namespace blink
|
|
|
| #endif // ReadableStream_h
|
| -
|
|
|