| Index: Source/core/svg/SVGViewSpec.h | 
| diff --git a/Source/core/svg/SVGViewSpec.h b/Source/core/svg/SVGViewSpec.h | 
| index 8008f7c88a4444edc6dffb80e9aaaa347d00858b..89d2502908f0db9a0c25bb5db8022601f46d2ec1 100644 | 
| --- a/Source/core/svg/SVGViewSpec.h | 
| +++ b/Source/core/svg/SVGViewSpec.h | 
| @@ -20,6 +20,7 @@ | 
| #ifndef SVGViewSpec_h | 
| #define SVGViewSpec_h | 
|  | 
| +#include "bindings/v8/ScriptWrappable.h" | 
| #include "core/svg/SVGAnimatedPreserveAspectRatio.h" | 
| #include "core/svg/SVGAnimatedRect.h" | 
| #include "core/svg/SVGFitToViewBox.h" | 
| @@ -31,9 +32,7 @@ namespace WebCore { | 
| class SVGElement; | 
| class SVGTransformListPropertyTearOff; | 
|  | 
| -class SVGViewSpec : public RefCounted<SVGViewSpec> | 
| -                  , public SVGZoomAndPan | 
| -                  , public SVGFitToViewBox { | 
| +class SVGViewSpec : public RefCounted<SVGViewSpec>, public ScriptWrappable, public SVGZoomAndPan, public SVGFitToViewBox { | 
| public: | 
| virtual ~SVGViewSpec() { } | 
|  | 
|  |