Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 277c429d98444cd1df9016e9f410e64e577162b2..82d0dbff5b44da54c7576273fbf40ae1e177983a 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -10882,6 +10882,8 @@ class DebugInfo: public Struct { |
| kActiveBreakPointsCountIndex + kPointerSize; |
| static const int kSize = kBreakPointsStateIndex + kPointerSize; |
| + static const int kEstimatedNofBreakPointsInFunction = 16; |
| + |
| private: |
| static const int kNoBreakPointInfo = -1; |