| Index: Source/bindings/tests/results/V8Float64Array.cpp
|
| diff --git a/Source/bindings/tests/results/V8Float64Array.cpp b/Source/bindings/tests/results/V8Float64Array.cpp
|
| index b2b7dbfae42fc5169b1b84d093d5e769d4caf847..6da9d2981b7f61ed8515d5b6d7e9dbee9bd8440f 100644
|
| --- a/Source/bindings/tests/results/V8Float64Array.cpp
|
| +++ b/Source/bindings/tests/results/V8Float64Array.cpp
|
| @@ -72,7 +72,7 @@ template <typename T> void V8_USE(T) { }
|
|
|
| static void fooMethod(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| {
|
| - if (args.Length() < 1) {
|
| + if (UNLIKELY(args.Length() < 1)) {
|
| throwNotEnoughArgumentsError(args.GetIsolate());
|
| return;
|
| }
|
|
|