Index: Source/core/html/HTMLVideoElement.cpp |
diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp |
index cdb66c17230f7ca5f81402e057ad358c160b87e6..72facf6e0763ef4d2ebca3cc337305548bde25bd 100644 |
--- a/Source/core/html/HTMLVideoElement.cpp |
+++ b/Source/core/html/HTMLVideoElement.cpp |
@@ -52,7 +52,6 @@ using namespace HTMLNames; |
inline HTMLVideoElement::HTMLVideoElement(Document& document) |
: HTMLMediaElement(videoTag, document) |
{ |
- ScriptWrappable::init(this); |
if (document.settings()) |
m_defaultPosterURL = AtomicString(document.settings()->defaultVideoPosterURL()); |
} |