| Index: Source/bindings/v8/V8DOMConfiguration.h
|
| diff --git a/Source/bindings/v8/V8DOMConfiguration.h b/Source/bindings/v8/V8DOMConfiguration.h
|
| index f8ef53a645ae5ddf9e69306c8116a347c70219f7..28b1e504aefa656df0324b77df208cacbd084158 100644
|
| --- a/Source/bindings/v8/V8DOMConfiguration.h
|
| +++ b/Source/bindings/v8/V8DOMConfiguration.h
|
| @@ -118,6 +118,8 @@ public:
|
| const AccessorConfiguration*, size_t accessorCount,
|
| const MethodConfiguration*, size_t callbackCount,
|
| v8::Isolate*);
|
| +
|
| + static v8::Handle<v8::FunctionTemplate> domClassTemplate(v8::Isolate*, WrapperTypeInfo*, void (*)(v8::Handle<v8::FunctionTemplate>, v8::Isolate*));
|
| };
|
|
|
| } // namespace WebCore
|
|
|