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 e29bdb5488fbd2e1f7b695abf722f7e2f616d69f..0743ba435e816384739a970685addee77c31522f 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(); |