Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 22973) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -2375,8 +2375,7 @@ |
| class ConstantInstr : public TemplateDefinition<0> { |
| public: |
| - explicit ConstantInstr(const Object& value) |
| - : value_(value) { } |
| + explicit ConstantInstr(const Object& value); |
| DECLARE_INSTRUCTION(Constant) |
| virtual CompileType ComputeType() const; |