Chromium Code Reviews| Index: runtime/vm/class_finalizer.cc |
| =================================================================== |
| --- runtime/vm/class_finalizer.cc (revision 1710) |
| +++ runtime/vm/class_finalizer.cc (working copy) |
| @@ -1226,7 +1226,7 @@ |
| void ClassFinalizer::PrintClassInformation(const Class& cls) { |
| - HANDLESCOPE(); |
| + HANDLESCOPE(Isolate::Current()); |
| const String& class_name = String::Handle(cls.Name()); |
| OS::Print("%s '%s'", |
| cls.is_interface() ? "interface" : "class", |