| Index: src/interpreter/bytecode-array-iterator.h
|
| diff --git a/src/interpreter/bytecode-array-iterator.h b/src/interpreter/bytecode-array-iterator.h
|
| index 5379bbf0288d3140db0e8114b2f7080c924289f1..665e84a4afaccc50eb63d89ca23cf4dab88badb7 100644
|
| --- a/src/interpreter/bytecode-array-iterator.h
|
| +++ b/src/interpreter/bytecode-array-iterator.h
|
| @@ -29,7 +29,7 @@
|
|
|
| int8_t GetImmediateOperand(int operand_index) const;
|
| int GetIndexOperand(int operand_index) const;
|
| - int GetRegisterCountOperand(int operand_index) const;
|
| + int GetCountOperand(int operand_index) const;
|
| Register GetRegisterOperand(int operand_index) const;
|
| int GetRegisterOperandRange(int operand_index) const;
|
| Handle<Object> GetConstantForIndexOperand(int operand_index) const;
|
|
|