Index: Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp b/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp |
index 55476a0721e44ca95694cdcd3d5fd91d77135c14..748f617d095e6d8781fccd62b28b2965cbd8d394 100644 |
--- a/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp |
@@ -80,7 +80,7 @@ void V8InjectedScriptHost::inspectedObjectMethodCustom(const v8::FunctionCallbac |
return; |
if (!info[0]->IsInt32()) { |
- V8ThrowException::throwTypeError("argument has to be an integer", info.GetIsolate()); |
+ V8ThrowException::throwTypeError(info.GetIsolate(), "argument has to be an integer"); |
return; |
} |