Chromium Code Reviews| Index: runtime/bin/main.cc |
| =================================================================== |
| --- runtime/bin/main.cc (revision 44763) |
| +++ runtime/bin/main.cc (working copy) |
| @@ -346,7 +346,7 @@ |
| } |
| -bool trace_debug_protocol = false; |
| +extern bool trace_debug_protocol; |
| static bool ProcessTraceDebugProtocolOption(const char* arg, |
| CommandLineOptions* vm_options) { |
| if (*arg != '\0') { |