| Index: sky/engine/core/html/HTMLImageElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLImageElement.cpp b/sky/engine/core/html/HTMLImageElement.cpp
|
| index d4b6c227b2b557c8ce9521a38fad2a67d0fcc85d..f58cce0d8854aa614362e7baf953239194af0f01 100644
|
| --- a/sky/engine/core/html/HTMLImageElement.cpp
|
| +++ b/sky/engine/core/html/HTMLImageElement.cpp
|
| @@ -80,7 +80,6 @@ HTMLImageElement::HTMLImageElement(Document& document, bool createdByParser)
|
| , m_intrinsicSizingViewportDependant(false)
|
| , m_effectiveSizeViewportDependant(false)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLImageElement> HTMLImageElement::create(Document& document)
|
|
|