| Index: Source/core/html/HTMLShadowElement.cpp
|
| diff --git a/Source/core/html/HTMLShadowElement.cpp b/Source/core/html/HTMLShadowElement.cpp
|
| index ec28d2cf5cecd7258689f28feaad5bf6e8c49ef9..51533d70f23994997ad4ae612614706a899ad5f2 100644
|
| --- a/Source/core/html/HTMLShadowElement.cpp
|
| +++ b/Source/core/html/HTMLShadowElement.cpp
|
| @@ -43,7 +43,6 @@ class Document;
|
| inline HTMLShadowElement::HTMLShadowElement(Document& document)
|
| : InsertionPoint(HTMLNames::shadowTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLShadowElement)
|
|
|