| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index 051f9a469506bf798786d7814b1e4903e71347a6..6ec89fc75a214a36da2e264ca4c878ce9078a019 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -2158,7 +2158,7 @@ class LCheckMaps: public LTemplateInstruction<0, 1, 0> {
|
| };
|
|
|
|
|
| -class LCheckPrototypeMaps: public LTemplateInstruction<1, 0, 1> {
|
| +class LCheckPrototypeMaps: public LTemplateInstruction<0, 0, 1> {
|
| public:
|
| explicit LCheckPrototypeMaps(LOperand* temp) {
|
| temps_[0] = temp;
|
|
|