Index: Source/bindings/v8/custom/V8HTMLImageElementConstructor.h |
diff --git a/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h b/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h |
index 4aa6ab124fc0c93d66da6dd94715f6444aff5596..53dea78761392e71403939b4b9f6515d1d851f29 100644 |
--- a/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h |
+++ b/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h |
@@ -39,7 +39,7 @@ namespace WebCore { |
class V8HTMLImageElementConstructor { |
public: |
static v8::Handle<v8::FunctionTemplate> GetTemplate(v8::Isolate*, WrapperWorldType); |
- static WrapperTypeInfo wrapperTypeInfo; |
+ static const WrapperTypeInfo wrapperTypeInfo; |
}; |
} |