Chromium Code Reviews| Index: runtime/vm/service.cc |
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc |
| index 631a4ec96c50da5bf7d08b7cfbaf82452cc168be..2fafa1950a7ade5e9b255dad3dcd56483855b206 100644 |
| --- a/runtime/vm/service.cc |
| +++ b/runtime/vm/service.cc |
| @@ -2311,7 +2311,7 @@ static bool GetCoverage(Thread* thread, JSONStream* js) { |
| } |
| -static const char* kCallSitesStr = "CallSites"; |
| +static const char* kCallSitesStr = "_CallSites"; |
| static const char* kCoverageStr = "Coverage"; |