| Index: Source/bindings/tests/results/V8TestInterfaceConstructor3.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor3.h b/Source/bindings/tests/results/V8TestInterfaceConstructor3.h
|
| index e8afa9dda48ec74312d36e9608191f5c0f6335e6..d6702378f8c8b7f10bfa5c1970dc61aca3dd0b9d 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor3.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor3.h
|
| @@ -49,6 +49,7 @@ public:
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| + static TestInterfaceConstructor3* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void derefObject(void*);
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|