| Index: Source/WebCore/html/HTMLStyleElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLStyleElement.cpp b/Source/WebCore/html/HTMLStyleElement.cpp
|
| index e2d04841c2a725a4066d6ee8f48d03c1c939fc98..dd3706d270bdf300e33516238960eb0298793ff2 100644
|
| --- a/Source/WebCore/html/HTMLStyleElement.cpp
|
| +++ b/Source/WebCore/html/HTMLStyleElement.cpp
|
| @@ -54,6 +54,7 @@ inline HTMLStyleElement::HTMLStyleElement(const QualifiedName& tagName, Document
|
| , m_scopedStyleRegistrationState(NotRegistered)
|
| {
|
| ASSERT(hasTagName(styleTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| HTMLStyleElement::~HTMLStyleElement()
|
|
|