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

Unified Diff: third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years 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/modules/mediasource/SourceBuffer.cpp
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
index c5f66ada542190ae099e6e7a8d9b09480ba63cf9..3c41ffcf2d96354ff57ce65a7e26a46dc9ed5c85 100644
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
@@ -116,8 +116,7 @@ SourceBuffer* SourceBuffer::create(
SourceBuffer::SourceBuffer(std::unique_ptr<WebSourceBuffer> webSourceBuffer,
MediaSource* source,
GenericEventQueue* asyncEventQueue)
- : ActiveScriptWrappable<SourceBuffer>(this),
- SuspendableObject(source->getExecutionContext()),
+ : SuspendableObject(source->getExecutionContext()),
m_webSourceBuffer(std::move(webSourceBuffer)),
m_source(source),
m_trackDefaults(TrackDefaultList::create()),

Powered by Google App Engine
This is Rietveld 408576698