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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.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/core/html/HTMLMediaElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
index e7c49862abaa72e0e9f91965e381361bc16dbcc6..f2371c912201335deecb6dde3bc1ab629b6faee1 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
@@ -361,7 +361,6 @@ bool HTMLMediaElement::mediaTracksEnabledInternally() {
HTMLMediaElement::HTMLMediaElement(const QualifiedName& tagName,
Document& document)
: HTMLElement(tagName, document),
- ActiveScriptWrappable(this),
SuspendableObject(&document),
m_loadTimer(this, &HTMLMediaElement::loadTimerFired),
m_progressEventTimer(this, &HTMLMediaElement::progressEventTimerFired),

Powered by Google App Engine
This is Rietveld 408576698