Chromium Code Reviews| Index: runtime/vm/locations.h |
| diff --git a/runtime/vm/locations.h b/runtime/vm/locations.h |
| index c47a5603cf93715bbd8f5ddad7ad5451ffdb83ea..03364632d94994e2037064723bf5ff0aa4961736 100644 |
| --- a/runtime/vm/locations.h |
| +++ b/runtime/vm/locations.h |
| @@ -171,6 +171,7 @@ class Location : public ValueObject { |
| const char* Name() const; |
| void PrintTo(BufferFormatter* f) const; |
| + void Print() const; |
| // Compare two locations. |
| bool Equals(Location other) const { |