Chromium Code Reviews| Index: runtime/vm/intermediate_language.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language.cc (revision 11663) |
| +++ runtime/vm/intermediate_language.cc (working copy) |
| @@ -738,6 +738,11 @@ |
| } |
| +RawAbstractType* ArgumentDefinitionTestComp::CompileType() const { |
| + return Type::BoolType(); |
| +} |
| + |
| + |
| RawAbstractType* CurrentContextComp::CompileType() const { |
| return AbstractType::null(); |
| } |