| Index: Source/WebCore/html/HTMLOptGroupElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLOptGroupElement.cpp b/Source/WebCore/html/HTMLOptGroupElement.cpp
|
| index a90799cb09fb4b04f7e857f1d5d080c66070fbd1..11614432d1115f7d9b352092e9ed8103d441b31e 100644
|
| --- a/Source/WebCore/html/HTMLOptGroupElement.cpp
|
| +++ b/Source/WebCore/html/HTMLOptGroupElement.cpp
|
| @@ -43,6 +43,7 @@ inline HTMLOptGroupElement::HTMLOptGroupElement(const QualifiedName& tagName, Do
|
| {
|
| ASSERT(hasTagName(optgroupTag));
|
| setHasCustomStyleCallbacks();
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLOptGroupElement> HTMLOptGroupElement::create(const QualifiedName& tagName, Document* document)
|
|
|