| Index: Source/core/svg/SVGViewSpec.cpp | 
| diff --git a/Source/core/svg/SVGViewSpec.cpp b/Source/core/svg/SVGViewSpec.cpp | 
| index 4cc415417b10e77917fc9c6daf54f584d496e595..023e6939238dd386a9fc309b18d99d9a8477260a 100644 | 
| --- a/Source/core/svg/SVGViewSpec.cpp | 
| +++ b/Source/core/svg/SVGViewSpec.cpp | 
| @@ -82,6 +82,7 @@ SVGViewSpec::SVGViewSpec(SVGElement* contextElement) | 
| , m_zoomAndPan(SVGZoomAndPanMagnify) | 
| { | 
| ASSERT(m_contextElement); | 
| +    ScriptWrappable::init(this); | 
| } | 
|  | 
| const AtomicString& SVGViewSpec::viewBoxIdentifier() | 
|  |