Index: Source/bindings/tests/results/V8TestInterface.h |
diff --git a/Source/bindings/tests/results/V8TestInterface.h b/Source/bindings/tests/results/V8TestInterface.h |
index 6013dfa6077c0ac327571e29894d61a3926859ad..dc3cb873f307bc006a87832e24c5b8fb939e907a 100644 |
--- a/Source/bindings/tests/results/V8TestInterface.h |
+++ b/Source/bindings/tests/results/V8TestInterface.h |
@@ -40,6 +40,7 @@ public: |
} |
static void derefObject(void*); |
static WrapperTypeInfo info; |
+ static void resolveWrapperReachability(void*, const v8::Persistent<v8::Object>&, v8::Isolate*); |
static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |
#if ENABLE(Condition22) || ENABLE(Condition23) |
static void implementsMethod3MethodCustom(const v8::FunctionCallbackInfo<v8::Value>&); |