 Chromium Code Reviews
 Chromium Code Reviews Issue 10824308:
  Rename is_call to always_calls and contains_call to can_call.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 10824308:
  Rename is_call to always_calls and contains_call to can_call.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: runtime/vm/locations.cc | 
| diff --git a/runtime/vm/locations.cc b/runtime/vm/locations.cc | 
| index 92385d600736d7f2f96026caa176fc42c0039b2f..9bf0325336fd73063971f7df2f3b5a6817bd30f8 100644 | 
| --- a/runtime/vm/locations.cc | 
| +++ b/runtime/vm/locations.cc | 
| @@ -112,7 +112,7 @@ void LocationSummary::PrintTo(BufferFormatter* f) const { | 
| out().PrintTo(f); | 
| } | 
| - if (is_call()) f->Print(" C"); | 
| + if (always_calls()) f->Print(" C"); | 
| } | 
| } // namespace dart |