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 b21cef61ff504386584487d7f6b4a65b41aa4b45..1c4d003471292374fcba79fa4df3dd0b6d40d1ee 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
@@ -254,7 +254,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) |
return; |
if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) { |
if (!initializedByEventConstructorReadonlyAnyAttribute.IsEmpty()) |
- event->setSerializedInitializedByEventConstructorReadonlyAnyAttribute(SerializedScriptValue::createAndSwallowExceptions(initializedByEventConstructorReadonlyAnyAttribute, info.GetIsolate())); |
+ event->setSerializedInitializedByEventConstructorReadonlyAnyAttribute(SerializedScriptValue::createAndSwallowExceptions(info.GetIsolate(), initializedByEventConstructorReadonlyAnyAttribute)); |
} |
v8::Handle<v8::Object> wrapper = info.Holder(); |