 Chromium Code Reviews
 Chromium Code Reviews Issue 297303006:
  Some more debugger-related refactorings.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 297303006:
  Some more debugger-related refactorings.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/objects.h | 
| diff --git a/src/objects.h b/src/objects.h | 
| index d42ebcabbfdafe43a520d0ea82bc0f7240f8f9bc..2d15fc3cd9c1f3c5dc20648a7a13134f68faa442 100644 | 
| --- a/src/objects.h | 
| +++ b/src/objects.h | 
| @@ -10885,6 +10885,8 @@ class DebugInfo: public Struct { | 
| kActiveBreakPointsCountIndex + kPointerSize; | 
| static const int kSize = kBreakPointsStateIndex + kPointerSize; | 
| + static const int kEstimatedNofBreakPointsInFunction = 16; | 
| + | 
| private: | 
| static const int kNoBreakPointInfo = -1; |