Index: Source/bindings/tests/results/V8TestOverloadedConstructors.cpp |
diff --git a/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp b/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp |
index 0aa01d6fcc3eb639a518422ce365f707d006a305..cbbc2d79c7109dd9dd7e495b473992a95e84eea8 100644 |
--- a/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp |
+++ b/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp |
@@ -127,7 +127,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& args) |
TestOverloadedConstructorsV8Internal::constructor4(args); |
return; |
} |
- if (args.Length() < 1) { |
+ if (UNLIKELY(args.Length() < 1)) { |
throwNotEnoughArgumentsError(args.GetIsolate()); |
return; |
} |