| Index: third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
 | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
 | 
| index 8e5b7be8b138e5886dd4e8bdde90999fc6065d7c..a384a87adf04060bb2660ef0aa45bb67b31971fc 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
 | 
| @@ -31,12 +31,13 @@
 | 
|  #ifndef SVGAnimatedEnumerationBase_h
 | 
|  #define SVGAnimatedEnumerationBase_h
 | 
|  
 | 
| +#include "bindings/core/v8/ScriptWrappable.h"
 | 
|  #include "core/svg/SVGEnumeration.h"
 | 
|  #include "core/svg/properties/SVGAnimatedProperty.h"
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -class SVGAnimatedEnumerationBase : public SVGAnimatedProperty<SVGEnumerationBase> {
 | 
| +class SVGAnimatedEnumerationBase : public SVGAnimatedProperty<SVGEnumerationBase>, public ScriptWrappable {
 | 
|      DEFINE_WRAPPERTYPEINFO();
 | 
|  public:
 | 
|      ~SVGAnimatedEnumerationBase() override;
 | 
| 
 |