| Index: Source/core/svg/SVGViewElement.cpp
|
| diff --git a/Source/core/svg/SVGViewElement.cpp b/Source/core/svg/SVGViewElement.cpp
|
| index 5ac5c984b0175dca785c5f4078454fe69ec0b18e..4c7a9c2c8a516a93c1a4a78c94729f3a9ac5e890 100644
|
| --- a/Source/core/svg/SVGViewElement.cpp
|
| +++ b/Source/core/svg/SVGViewElement.cpp
|
| @@ -29,8 +29,6 @@ inline SVGViewElement::SVGViewElement(Document& document)
|
| , SVGFitToViewBox(this)
|
| , m_viewTarget(SVGStaticStringList::create(this, SVGNames::viewTargetAttr))
|
| {
|
| - ScriptWrappable::init(this);
|
| -
|
| addToPropertyMap(m_viewTarget);
|
| }
|
|
|
| @@ -67,4 +65,4 @@ void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicStrin
|
| reportAttributeParsingError(parseError, name, value);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|