| Index: Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp
|
| index 808d31081ebef69634af8fd3d996501d361e1d9f..12cadc068578b22ee1c1224b44094ed906815e5a 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp
|
| @@ -11,6 +11,7 @@
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/SerializedScriptValueFactory.h"
|
| #include "bindings/core/v8/V8DOMConfiguration.h"
|
| #include "bindings/core/v8/V8HiddenValue.h"
|
| #include "bindings/core/v8/V8ObjectConstructor.h"
|
| @@ -254,7 +255,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| return;
|
| if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) {
|
| if (!initializedByEventConstructorReadonlyAnyAttribute.IsEmpty())
|
| - event->setSerializedInitializedByEventConstructorReadonlyAnyAttribute(SerializedScriptValue::createAndSwallowExceptions(info.GetIsolate(), initializedByEventConstructorReadonlyAnyAttribute));
|
| + event->setSerializedInitializedByEventConstructorReadonlyAnyAttribute(SerializedScriptValueFactory::instance().createAndSwallowExceptions(info.GetIsolate(), initializedByEventConstructorReadonlyAnyAttribute));
|
| }
|
|
|
| v8::Handle<v8::Object> wrapper = info.Holder();
|
|
|