| Index: Source/bindings/v8/CustomElementConstructorBuilder.h
|
| diff --git a/Source/bindings/v8/CustomElementConstructorBuilder.h b/Source/bindings/v8/CustomElementConstructorBuilder.h
|
| index ddb9b56b0806eacb3009c20cd397464a0c2ddfcd..b58c566d7a049a631bc569cb85bc99f246057d7d 100644
|
| --- a/Source/bindings/v8/CustomElementConstructorBuilder.h
|
| +++ b/Source/bindings/v8/CustomElementConstructorBuilder.h
|
| @@ -78,6 +78,7 @@ public:
|
| private:
|
| bool hasValidPrototypeChainFor(WrapperTypeInfo*) const;
|
| bool prototypeIsValid() const;
|
| + v8::Handle<v8::Function> retrieveCallback(const char* name) const;
|
|
|
| v8::Handle<v8::Context> m_context;
|
| const Dictionary* m_options;
|
|
|