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

Unified Diff: Source/core/html/track/VideoTrack.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 months 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
« no previous file with comments | « Source/core/html/track/TrackEvent.cpp ('k') | Source/core/html/track/VideoTrackList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/VideoTrack.cpp
diff --git a/Source/core/html/track/VideoTrack.cpp b/Source/core/html/track/VideoTrack.cpp
index e7efb181b4c9ede8d535f1a96d0d9024a0b94747..86d26b57cf077973b8ab39a406cdc856d6914768 100644
--- a/Source/core/html/track/VideoTrack.cpp
+++ b/Source/core/html/track/VideoTrack.cpp
@@ -13,7 +13,6 @@ VideoTrack::VideoTrack(const String& id, const AtomicString& kind, const AtomicS
: TrackBase(TrackBase::VideoTrack, label, language, id)
, m_selected(selected)
{
- ScriptWrappable::init(this);
setKind(kind);
}
« no previous file with comments | « Source/core/html/track/TrackEvent.cpp ('k') | Source/core/html/track/VideoTrackList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698