| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index f827ef6badc9ddaa84354d3c2f8ef5f0fe83441b..136b2940a917a4d8b9efe266787b6a224800699f 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -1246,7 +1246,7 @@ class LCmpMapAndBranch V8_FINAL : public LControlInstruction<1, 0> {
|
| DECLARE_CONCRETE_INSTRUCTION(CmpMapAndBranch, "cmp-map-and-branch")
|
| DECLARE_HYDROGEN_ACCESSOR(CompareMap)
|
|
|
| - Handle<Map> map() const { return hydrogen()->map(); }
|
| + Handle<Map> map() const { return hydrogen()->map().handle(); }
|
| };
|
|
|
|
|
|
|