Chromium Code Reviews| Index: src/wasm/wasm-text.cc |
| diff --git a/src/wasm/wasm-text.cc b/src/wasm/wasm-text.cc |
| index 8ce329a3153ec5afd23df4aa89e2b5e433744280..36a46448d7ddef7eb31a620ae78e860fec8c345c 100644 |
| --- a/src/wasm/wasm-text.cc |
| +++ b/src/wasm/wasm-text.cc |
| @@ -232,7 +232,7 @@ void wasm::PrintWasmText( |
| } |
| case kExprCallIndirect: { |
| CallIndirectOperand operand(&i, i.pc()); |
| - DCHECK_EQ(0U, operand.table_index); |
| + DCHECK_EQ(0, operand.table_index); |
| os << "call_indirect " << operand.index; |
| break; |
| } |