Chromium Code Reviews| Index: src/ia32/lithium-ia32.h |
| =================================================================== |
| --- src/ia32/lithium-ia32.h (revision 6433) |
| +++ src/ia32/lithium-ia32.h (working copy) |
| @@ -1436,7 +1436,7 @@ |
| class LNumberTagD: public LTemplateInstruction<1, 1, 1> { |
| public: |
| - explicit LNumberTagD(LOperand* value, LOperand* temp) { |
| + LNumberTagD(LOperand* value, LOperand* temp) { |
| inputs_[0] = value; |
| temps_[0] = temp; |
| } |