Chromium Code Reviews| Index: runtime/vm/exceptions.cc |
| =================================================================== |
| --- runtime/vm/exceptions.cc (revision 16076) |
| +++ runtime/vm/exceptions.cc (working copy) |
| @@ -20,7 +20,6 @@ |
| "Prints a stack trace everytime a throw occurs."); |
| DEFINE_FLAG(bool, heap_profile_out_of_memory, false, |
| "Writes a heap profile on unhandled out-of-memory exceptions."); |
| -DECLARE_FLAG(bool, heap_profile_out_of_memory); |
| const char* Exceptions::kCastErrorDstName = "type cast"; |