Chromium Code Reviews| Index: runtime/vm/scopes.h |
| =================================================================== |
| --- runtime/vm/scopes.h (revision 10207) |
| +++ runtime/vm/scopes.h (working copy) |
| @@ -70,7 +70,7 @@ |
| is_invisible_ = value; |
| } |
| - bool Equals(const LocalVariable& other) const; |
| + bool Equals(const LocalVariable* other) const; |
| // Map the frame index to a bit-vector index. Assumes the variable is |
| // allocated to the frame. |