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