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