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