| Index: src/debug/debug-scopes.h
|
| diff --git a/src/debug/debug-scopes.h b/src/debug/debug-scopes.h
|
| index 20cd0336dc9907e8b741d0d3e1b902475795606b..6e5c459037486f758529016c74b45483ab299280 100644
|
| --- a/src/debug/debug-scopes.h
|
| +++ b/src/debug/debug-scopes.h
|
| @@ -30,7 +30,8 @@ class ScopeIterator {
|
|
|
| static const int kScopeDetailsTypeIndex = 0;
|
| static const int kScopeDetailsObjectIndex = 1;
|
| - static const int kScopeDetailsSize = 2;
|
| + static const int kScopeDetailsNameIndex = 2;
|
| + static const int kScopeDetailsSize = 3;
|
|
|
| ScopeIterator(Isolate* isolate, FrameInspector* frame_inspector,
|
| bool ignore_nested_scopes = false);
|
|
|