summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/compiler/schedule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/compiler/schedule.cc')
-rw-r--r--chromium/v8/src/compiler/schedule.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/compiler/schedule.cc b/chromium/v8/src/compiler/schedule.cc
index cc3243cb2e1..1b0caa7567f 100644
--- a/chromium/v8/src/compiler/schedule.cc
+++ b/chromium/v8/src/compiler/schedule.cc
@@ -228,7 +228,7 @@ namespace {
bool IsPotentiallyThrowingCall(IrOpcode::Value opcode) {
switch (opcode) {
-#define BUILD_BLOCK_JS_CASE(Name) case IrOpcode::k##Name:
+#define BUILD_BLOCK_JS_CASE(Name, ...) case IrOpcode::k##Name:
JS_OP_LIST(BUILD_BLOCK_JS_CASE)
#undef BUILD_BLOCK_JS_CASE
case IrOpcode::kCall: