Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
index baef84286575efc72e98e5dd7583cae6fa6a6811..813c71b219c75228259c92fa0789d94c0d0090b0 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
@@ -50,7 +50,7 @@ namespace TestInterfaceConstructor3V8Internal { |
static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
if (UNLIKELY(info.Length() < 1)) { |
- V8ThrowException::throwException(info.GetIsolate(), createMinimumArityTypeErrorForConstructor(info.GetIsolate(), "TestInterfaceConstructor3", 1, info.Length())); |
+ throwMinimumArityErrorForConstructor(info.GetIsolate(), "TestInterfaceConstructor3", 1, info.Length()); |
return; |
} |
V8StringResource<> stringArg; |