| Index: Source/core/html/HTMLHeadElement.cpp
|
| diff --git a/Source/core/html/HTMLHeadElement.cpp b/Source/core/html/HTMLHeadElement.cpp
|
| index bdbab65559243766516abc6afa663cd77eeafa1e..71935d0e12bd1df7f0aed3eb3a4e2156e105ed37 100644
|
| --- a/Source/core/html/HTMLHeadElement.cpp
|
| +++ b/Source/core/html/HTMLHeadElement.cpp
|
| @@ -33,7 +33,6 @@ using namespace HTMLNames;
|
| inline HTMLHeadElement::HTMLHeadElement(Document& document)
|
| : HTMLElement(headTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLHeadElement)
|
|
|