| Index: sky/engine/core/html/HTMLImportElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLImportElement.cpp b/sky/engine/core/html/HTMLImportElement.cpp
|
| index 3408019cbb2690d63695a54dfdc955cd0bb96607..574f7d9425b56fffeb48271733e1200bbde90ff0 100644
|
| --- a/sky/engine/core/html/HTMLImportElement.cpp
|
| +++ b/sky/engine/core/html/HTMLImportElement.cpp
|
| @@ -18,7 +18,6 @@ HTMLImportElement::HTMLImportElement(Document& document)
|
| : HTMLElement(HTMLNames::importTag, document)
|
| , m_child(nullptr)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| HTMLImportElement::~HTMLImportElement()
|
|
|