| Index: Source/bindings/tests/results/V8TestInterfaceNode.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNode.h b/Source/bindings/tests/results/V8TestInterfaceNode.h
|
| index 9b64fd205e7d79153c21201f5ae1a3b9941746be..ee25ab8f8d15bd991c912da2f5ad85d3c4fba157 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNode.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNode.h
|
| @@ -50,6 +50,7 @@ public:
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| + static TestInterfaceNode* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void derefObject(void*);
|
| static EventTarget* toEventTarget(v8::Handle<v8::Object>);
|
|
|