| Index: Source/bindings/tests/results/V8TestInterfaceDocument.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceDocument.h b/Source/bindings/tests/results/V8TestInterfaceDocument.h
|
| index 55f71e70d797dbdf9b25861db83f99016461b3fe..abe81aeda89662bb05aff943104d64859eec606d 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceDocument.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceDocument.h
|
| @@ -64,7 +64,8 @@ inline v8::Handle<v8::Value> toV8(TestInterfaceDocument* impl, v8::Handle<v8::Ob
|
| v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceDocument>(impl, isolate);
|
| if (!wrapper.IsEmpty())
|
| return wrapper;
|
| - return wrap(impl, creationContext, isolate);
|
| +
|
| + return impl->wrap(creationContext, isolate);
|
| }
|
|
|
| template<typename CallbackInfo>
|
|
|