| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index 95d56beb2c62bc499f49746ef6b2bb1a7bff9c9a..cd51a4d76391be4df258524f6f2a00b9a7029461 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -1707,7 +1707,6 @@ class LLoadGlobalViaContext final : public LTemplateInstruction<1, 1, 1> {
|
|
|
| LOperand* context() { return inputs_[0]; }
|
|
|
| - Handle<Object> name() const { return hydrogen()->name(); }
|
| int depth() const { return hydrogen()->depth(); }
|
| int slot_index() const { return hydrogen()->slot_index(); }
|
| };
|
| @@ -2220,7 +2219,6 @@ class LStoreGlobalViaContext final : public LTemplateInstruction<0, 2, 0> {
|
|
|
| void PrintDataTo(StringStream* stream) override;
|
|
|
| - Handle<Object> name() const { return hydrogen()->name(); }
|
| int depth() { return hydrogen()->depth(); }
|
| int slot_index() { return hydrogen()->slot_index(); }
|
| LanguageMode language_mode() { return hydrogen()->language_mode(); }
|
|
|