Index: runtime/vm/intermediate_language.cc |
=================================================================== |
--- runtime/vm/intermediate_language.cc (revision 39611) |
+++ runtime/vm/intermediate_language.cc (working copy) |
@@ -1986,7 +1986,7 @@ |
} |
*negated = false; |
- Object& constant = Object::Handle(); |
+ PassiveObject& constant = PassiveObject::Handle(); |
Value* other = NULL; |
if (compare->right()->BindsToConstant()) { |
constant = compare->right()->BoundConstant().raw(); |