| Index: Source/bindings/v8/custom/V8WebKitPointCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8WebKitPointCustom.cpp b/Source/bindings/v8/custom/V8WebKitPointCustom.cpp
|
| index 782e9d91645bb872f41bab959eba4eed6234fb16..c35d6841795861d02abff649c74681d204769a21 100644
|
| --- a/Source/bindings/v8/custom/V8WebKitPointCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8WebKitPointCustom.cpp
|
| @@ -56,7 +56,7 @@ void V8WebKitPoint::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>&
|
| }
|
| RefPtr<DOMPoint> point = DOMPoint::create(x, y);
|
| v8::Handle<v8::Object> wrapper = args.Holder();
|
| - V8DOMWrapper::associateObjectWithWrapper<V8WebKitPoint>(point.release(), &info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
|
| + V8DOMWrapper::associateObjectWithWrapper<V8WebKitPoint>(point.release(), &wrapperTypeInfo, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
|
| args.GetReturnValue().Set(wrapper);
|
| }
|
|
|
|
|