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

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

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/html/track/TextTrackCueList.cpp
diff --git a/Source/core/html/track/TextTrackCueList.cpp b/Source/core/html/track/TextTrackCueList.cpp
index 1f5a183766692342979850df6506af86515b0222..c9de65aa06bd927e82f90560b9dbf91c27b4da59 100644
--- a/Source/core/html/track/TextTrackCueList.cpp
+++ b/Source/core/html/track/TextTrackCueList.cpp
@@ -31,7 +31,6 @@ namespace blink {
TextTrackCueList::TextTrackCueList()
{
- ScriptWrappable::init(this);
}
DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(TextTrackCueList);

Powered by Google App Engine
This is Rietveld 408576698