| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index f6c7a0be993a6f2d2484a733fee74c976329a7f3..65b2167b6c61f427e9a5ff70bb7424fb11a7237e 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -137,7 +137,7 @@ class BytecodeGraphBuilder {
|
|
|
| // Helper function to create binary operation hint from the recorded
|
| // type feedback.
|
| - BinaryOperationHints GetBinaryOperationHint();
|
| + BinaryOperationHint GetBinaryOperationHint();
|
|
|
| // Control flow plumbing.
|
| void BuildJump();
|
|
|