| Index: Source/bindings/tests/results/V8TestInterface.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterface.h b/Source/bindings/tests/results/V8TestInterface.h
|
| index f436ee77c6e0fe3a59f14724a0245c24e96531ec..917a754aeed05f3729041ee42720787d957e9e65 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface.h
|
| +++ b/Source/bindings/tests/results/V8TestInterface.h
|
| @@ -46,6 +46,7 @@ public:
|
| static WrapperTypeInfo info;
|
| static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>);
|
| static v8::Handle<v8::Value> constructorCallback(const v8::Arguments&);
|
| + static v8::Handle<v8::Value> namedPropertyGetter(v8::Local<v8::String>, const v8::AccessorInfo&);
|
| static v8::Handle<v8::Value> namedPropertySetter(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::AccessorInfo&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static void installPerContextProperties(v8::Handle<v8::Object>, TestInterface*, v8::Isolate*);
|
|
|