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

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

Issue 2467233002: Remove "legacy" experimental stream support (Closed)
Patch Set: fix Created 4 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/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) {
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/streams/Stream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698