| Index: Source/core/svg/SVGImageElement.cpp
|
| diff --git a/Source/core/svg/SVGImageElement.cpp b/Source/core/svg/SVGImageElement.cpp
|
| index 8d8c37a06d902c57e1d5b88fdd715f9ae683f638..ca2ef85ee4f8268b06e924fc95bee0da82389ed5 100644
|
| --- a/Source/core/svg/SVGImageElement.cpp
|
| +++ b/Source/core/svg/SVGImageElement.cpp
|
| @@ -42,8 +42,6 @@ inline SVGImageElement::SVGImageElement(Document& document)
|
| , m_imageLoader(SVGImageLoader::create(this))
|
| , m_needsLoaderURIUpdate(true)
|
| {
|
| - ScriptWrappable::init(this);
|
| -
|
| addToPropertyMap(m_x);
|
| addToPropertyMap(m_y);
|
| addToPropertyMap(m_width);
|
| @@ -212,4 +210,4 @@ void SVGImageElement::didMoveToNewDocument(Document& oldDocument)
|
| SVGGraphicsElement::didMoveToNewDocument(oldDocument);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|