| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h
|
| index 8f6b3cfbe8fc7b238d3b911907f49f81b2e8f4c3..5a55ecb22a5b5ee318d7a7d6e4313997725e55a9 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h
|
| @@ -55,6 +55,7 @@ public:
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| + static TestInterfaceNamedConstructor* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void derefObject(void*);
|
| static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>);
|
|
|