| Index: Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.cpp b/Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.cpp
|
| index e4e236895d43dd75c60ecce8e0a7eff5de130ef8..01a400312795c545e0bfba0a3ac74a44a97ca3a3 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.cpp
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.cpp
|
| @@ -263,6 +263,11 @@ bool V8TestSpecialOperationsAnonymous::hasInstance(v8::Handle<v8::Value> jsValue
|
| || V8PerIsolateData::from(isolate)->hasInstanceInNonMainWorld(&wrapperTypeInfo, jsValue);
|
| }
|
|
|
| +TestSpecialOperationsAnonymous* V8TestSpecialOperationsAnonymous::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> V8TestSpecialOperationsAnonymous::createWrapper(PassRefPtr<TestSpecialOperationsAnonymous> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
| ASSERT(impl);
|
|
|