| Index: Source/core/svg/SVGPathSegClosePath.h | 
| diff --git a/Source/core/svg/SVGPathSegClosePath.h b/Source/core/svg/SVGPathSegClosePath.h | 
| index 898bba82990d33fac22bb4bef74cce50af98a18d..4c6adc224515722f30292ffe43a4c03923b0855a 100644 | 
| --- a/Source/core/svg/SVGPathSegClosePath.h | 
| +++ b/Source/core/svg/SVGPathSegClosePath.h | 
| @@ -36,6 +36,7 @@ private: | 
| SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role) | 
| : SVGPathSegWithContext(element, role) | 
| { | 
| +        ScriptWrappable::init(this); | 
| } | 
|  | 
| virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; } | 
|  |