Index: Source/bindings/tests/results/V8TestInterface.h |
diff --git a/Source/bindings/tests/results/V8TestInterface.h b/Source/bindings/tests/results/V8TestInterface.h |
index 4e04d0d0b496d8957fd1db96676a9c8985be1d91..997e32ae121b0a4f6c4c9baae91cae7515e07495 100644 |
--- a/Source/bindings/tests/results/V8TestInterface.h |
+++ b/Source/bindings/tests/results/V8TestInterface.h |
@@ -43,6 +43,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*); |