Chromium Code Reviews| Index: vm/scopes.h |
| =================================================================== |
| --- vm/scopes.h (revision 2360) |
| +++ vm/scopes.h (working copy) |
| @@ -66,6 +66,8 @@ |
| is_invisible_ = value; |
| } |
| + bool Equals(const LocalVariable& other) const; |
| + |
| private: |
| static const int kUnitializedIndex_ = INT_MIN; |