Index: Source/bindings/tests/results/V8TestNamedConstructor.cpp |
diff --git a/Source/bindings/tests/results/V8TestNamedConstructor.cpp b/Source/bindings/tests/results/V8TestNamedConstructor.cpp |
index eb4e90fbe908f3e9fc58e30f2639e2f8157323d6..767a466fe43cb36a60ef7933072cee99155edd35 100644 |
--- a/Source/bindings/tests/results/V8TestNamedConstructor.cpp |
+++ b/Source/bindings/tests/results/V8TestNamedConstructor.cpp |
@@ -86,7 +86,7 @@ static void V8TestNamedConstructorConstructorCallback(const v8::FunctionCallback |
// may end up being the only node in the map and get garbage-collected prematurely. |
toV8(document, args.Holder(), args.GetIsolate()); |
- if (args.Length() < 1) { |
+ if (UNLIKELY(args.Length() < 1)) { |
throwNotEnoughArgumentsError(args.GetIsolate()); |
return; |
} |