Chromium Code Reviews| Index: runtime/bin/dbg_message.cc |
| =================================================================== |
| --- runtime/bin/dbg_message.cc (revision 21785) |
| +++ runtime/bin/dbg_message.cc (working copy) |
| @@ -805,7 +805,7 @@ |
| msg.Printf("{ \"id\": %d, ", msg_id); |
| msg.Printf("\"result\": { \"lines\": ["); |
| Dart_Handle elem; |
| - bool num_elems = 0; |
| + intptr_t num_elems = 0; |
| for (intptr_t i = 0; i < info_len; i++) { |
| elem = Dart_ListGetAt(info, i); |
| if (Dart_IsNull(elem)) { |