Index: Source/bindings/tests/results/V8SupportTestInterface.cpp |
diff --git a/Source/bindings/tests/results/V8SupportTestInterface.cpp b/Source/bindings/tests/results/V8SupportTestInterface.cpp |
index 2f2ade0eb3bf1cde9dd47eee9aeed6c18cc075f9..1c7512ee59e846a2b3af25e41ed2616c9b92c43e 100644 |
--- a/Source/bindings/tests/results/V8SupportTestInterface.cpp |
+++ b/Source/bindings/tests/results/V8SupportTestInterface.cpp |
@@ -327,7 +327,7 @@ static void supplementalMethod2Method(const v8::FunctionCallbackInfo<v8::Value>& |
return; |
} |
SupportTestInterface* imp = V8SupportTestInterface::toNative(info.Holder()); |
- ExceptionState exceptionState(info.GetIsolate()); |
+ ExceptionState exceptionState(info.Holder(), info.GetIsolate()); |
V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, strArg, info[0]); |
V8TRYCATCH_VOID(TestObj*, objArg, V8TestObject::hasInstance(info[1], info.GetIsolate(), worldType(info.GetIsolate())) ? V8TestObject::toNative(v8::Handle<v8::Object>::Cast(info[1])) : 0); |
ExecutionContext* scriptContext = getExecutionContext(); |