Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 23018) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -2377,8 +2377,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; |