| Index: Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestEventConstructor.cpp b/Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| index 820d1459471265a72d2a8aa73264871e58d12948..1794dc33acdea267957dff63bba1f7b80b3b5a69 100644
|
| --- a/Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| @@ -105,7 +105,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& args)
|
|
|
| v8::Handle<v8::Object> wrapper = args.Holder();
|
| V8DOMWrapper::associateObjectWithWrapper(event.release(), &V8TestEventConstructor::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
|
| - args.GetReturnValue().Set(wrapper);
|
| + v8SetReturnValue(args, wrapper);
|
| }
|
| } // namespace TestEventConstructorV8Internal
|
|
|
|
|