| Index: Source/core/svg/SVGViewSpec.cpp
|
| diff --git a/Source/core/svg/SVGViewSpec.cpp b/Source/core/svg/SVGViewSpec.cpp
|
| index e5d2314557839d38903939cbd6b9bc72e0deb2dc..67be16d742ae938554bfe962d39a2e185bdc1f5c 100644
|
| --- a/Source/core/svg/SVGViewSpec.cpp
|
| +++ b/Source/core/svg/SVGViewSpec.cpp
|
| @@ -40,7 +40,6 @@ SVGViewSpec::SVGViewSpec(SVGSVGElement* contextElement)
|
| , m_transform(SVGAnimatedTransformList::create(contextElement, SVGNames::transformAttr, SVGTransformList::create()))
|
| {
|
| ASSERT(m_contextElement);
|
| - ScriptWrappable::init(this);
|
|
|
| viewBox()->setReadOnly();
|
| preserveAspectRatio()->setReadOnly();
|
|
|