| Index: Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h b/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| index 2caa83eb6061f6365468a15153c91cf2d7e1325d..1ad23c35d7aa090f163fbc92888ce49cf917b3ca 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| @@ -49,6 +49,7 @@ public:
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| + static TestSpecialOperationsCustom* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void derefObject(void*);
|
| static void indexedPropertyGetterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Value>&);
|
|
|