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