Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
index ea850166ef00ad21262ed15ebb99cb086c7893c5..baea08ab85f8107d4481b8cda88928f3e6e8dba2 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
@@ -52,7 +52,7 @@ void V8TestInterfaceConstructor3::constructorCallback(const v8::FunctionCallback |
{ |
TRACE_EVENT_SCOPED_SAMPLING_STATE("blink", "DOMConstructor"); |
if (!info.IsConstructCall()) { |
- V8ThrowException::throwTypeError(ExceptionMessages::constructorNotCallableAsFunction("TestInterfaceConstructor3"), info.GetIsolate()); |
+ V8ThrowException::throwTypeError(info.GetIsolate(), ExceptionMessages::constructorNotCallableAsFunction("TestInterfaceConstructor3")); |
return; |
} |