| Index: third_party/WebKit/Source/core/streams/Stream.h
|
| diff --git a/third_party/WebKit/Source/core/streams/Stream.h b/third_party/WebKit/Source/core/streams/Stream.h
|
| index d18115509d154d47bd4aa6325212af4c817a986f..1c2c780b48b6fd735b5140dc4004587c095849db 100644
|
| --- a/third_party/WebKit/Source/core/streams/Stream.h
|
| +++ b/third_party/WebKit/Source/core/streams/Stream.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef Stream_h
|
| #define Stream_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -43,10 +42,8 @@ namespace blink {
|
| class ExecutionContext;
|
|
|
| class CORE_EXPORT Stream final : public GarbageCollectedFinalized<Stream>,
|
| - public ScriptWrappable,
|
| public ActiveDOMObject {
|
| USING_GARBAGE_COLLECTED_MIXIN(Stream);
|
| - DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| static Stream* create(ExecutionContext* context, const String& mediaType) {
|
|
|