Index: src/interpreter/bytecode-array-builder.h |
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h |
index 0cf0c75f496b15a60cf03b1dbe3f83836bb3be8e..8a109732a002ed38a202a31af90aad276599fadf 100644 |
--- a/src/interpreter/bytecode-array-builder.h |
+++ b/src/interpreter/bytecode-array-builder.h |
@@ -85,8 +85,7 @@ class BytecodeArrayBuilder final : public ZoneObject { |
BytecodeArrayBuilder& LoadFalse(); |
// Global loads to the accumulator and stores from the accumulator. |
- BytecodeArrayBuilder& LoadGlobal(const Handle<String> name, int feedback_slot, |
- TypeofMode typeof_mode); |
+ BytecodeArrayBuilder& LoadGlobal(int feedback_slot, TypeofMode typeof_mode); |
BytecodeArrayBuilder& StoreGlobal(const Handle<String> name, |
int feedback_slot, |
LanguageMode language_mode); |