diff options
Diffstat (limited to 'WebCore/bindings/v8/custom/V8HTMLOptionElementConstructor.h')
-rwxr-xr-x | WebCore/bindings/v8/custom/V8HTMLOptionElementConstructor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/custom/V8HTMLOptionElementConstructor.h b/WebCore/bindings/v8/custom/V8HTMLOptionElementConstructor.h index 905a745..2adf0fe 100755 --- a/WebCore/bindings/v8/custom/V8HTMLOptionElementConstructor.h +++ b/WebCore/bindings/v8/custom/V8HTMLOptionElementConstructor.h @@ -31,6 +31,8 @@ #ifndef V8HTMLOptionElementConstructor_h #define V8HTMLOptionElementConstructor_h +#include "WrapperTypeInfo.h" + #include <v8.h> namespace WebCore { @@ -38,6 +40,7 @@ namespace WebCore { class V8HTMLOptionElementConstructor { public: static v8::Persistent<v8::FunctionTemplate> GetTemplate(); + static WrapperTypeInfo info; }; } |