| Index: Source/core/html/HTMLMetaElement-in.cpp
|
| diff --git a/Source/core/html/HTMLMetaElement-in.cpp b/Source/core/html/HTMLMetaElement-in.cpp
|
| index c9c8509afbfd485d7f8ca9e33648f3740535c6ce..f12e247574756e0c26f1f1733a0e8ff4b37b6ed1 100644
|
| --- a/Source/core/html/HTMLMetaElement-in.cpp
|
| +++ b/Source/core/html/HTMLMetaElement-in.cpp
|
| @@ -54,7 +54,6 @@ using namespace HTMLNames;
|
| inline HTMLMetaElement::HTMLMetaElement(Document& document)
|
| : HTMLElement(metaTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLMetaElement)
|
|
|