| Index: Source/bindings/tests/results/V8TestSpecialOperationsInt.h
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsInt.h b/Source/bindings/tests/results/V8TestSpecialOperationsInt.h
|
| index f1c2c144a22d79eae78dc9e9d8e4f36a227ba4ee..1dfb7bc3cd8ac63075b27bfc47da124f36904925 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsInt.h
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsInt.h
|
| @@ -49,6 +49,7 @@ public:
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| + static TestSpecialOperationsInt* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void derefObject(void*);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
|
|