| Index: sky/engine/core/dom/Attr.cpp
|
| diff --git a/sky/engine/core/dom/Attr.cpp b/sky/engine/core/dom/Attr.cpp
|
| index ac1d0d0eee6b266b5f6e994f48a4770ed11a1779..2650aa934d0d3168815aa427c0d2a9f564ef8e3f 100644
|
| --- a/sky/engine/core/dom/Attr.cpp
|
| +++ b/sky/engine/core/dom/Attr.cpp
|
| @@ -29,7 +29,6 @@ Attr::Attr(const QualifiedName& name, const AtomicString& value)
|
| : m_name(name)
|
| , m_value(value)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<Attr> Attr::create(const QualifiedName& name, const AtomicString& value)
|
|
|