| Index: Source/bindings/tests/results/V8TestInterface.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterface.h b/Source/bindings/tests/results/V8TestInterface.h
|
| index dfbb0ed730e203d64aed4c1e231b3cb2dee2c0f6..d923c05b2be14e724467744fb5040bb64dae3c89 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 const WrapperTypeInfo wrapperTypeInfo;
|
| + static void resolveWrapperReachability(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
|
| static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>);
|
| static void implementsMethod3MethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| #if ENABLE(Condition11) || ENABLE(Condition12)
|
|
|