Index: Source/core/html/HTMLStyleElement.cpp |
diff --git a/Source/core/html/HTMLStyleElement.cpp b/Source/core/html/HTMLStyleElement.cpp |
index 47654d829c9329ca90cc8d5bd0dc2e0775c4bff3..6e303f8a6f27882f72fb9fa366aeef1ae07a9220 100644 |
--- a/Source/core/html/HTMLStyleElement.cpp |
+++ b/Source/core/html/HTMLStyleElement.cpp |
@@ -47,7 +47,6 @@ inline HTMLStyleElement::HTMLStyleElement(Document& document, bool createdByPars |
, m_firedLoad(false) |
, m_loadedSheet(false) |
{ |
- ScriptWrappable::init(this); |
} |
HTMLStyleElement::~HTMLStyleElement() |