| Index: Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestCustomAccessors.cpp b/Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| index b619d2c0e1242852811c17291a3131f58c914229..48fb2c5f4b22c04388d0c454be35c8f1a228deef 100644
|
| --- a/Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| +++ b/Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| @@ -63,7 +63,7 @@ template <typename T> void V8_USE(T) { }
|
|
|
| static void anotherFunctionMethod(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| {
|
| - if (args.Length() < 1) {
|
| + if (UNLIKELY(args.Length() < 1)) {
|
| throwNotEnoughArgumentsError(args.GetIsolate());
|
| return;
|
| }
|
|
|