| Index: Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp b/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| index 0b6745aa162c99f5177d9570af5fece0c62a2589..bb3295b2ec3499ba71ffbc4a6d0d80285adca273 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| @@ -143,6 +143,11 @@ bool V8TestInterfaceConstructor3::hasInstance(v8::Handle<v8::Value> jsValue, v8:
|
| || V8PerIsolateData::from(isolate)->hasInstanceInNonMainWorld(&wrapperTypeInfo, jsValue);
|
| }
|
|
|
| +TestInterfaceConstructor3* V8TestInterfaceConstructor3::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
|
| +{
|
| + return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0;
|
| +}
|
| +
|
| v8::Handle<v8::Object> V8TestInterfaceConstructor3::createWrapper(PassRefPtr<TestInterfaceConstructor3> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
| ASSERT(impl);
|
|
|