Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 9716) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -321,7 +321,8 @@ |
| void CollectLibraryFields(const GrowableObjectArray& field_list, |
| const Library& lib, |
| - const String& prefix); |
| + const String& prefix, |
| + bool include_private_fields); |
|
srdjan
2012/07/17 21:04:54
Remove one space between bool and include...
hausner
2012/09/24 17:43:24
Done.
|
| Isolate* isolate_; |
| bool initialized_; |