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