Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 2916f9fd19db94514c1995393ad7d1d0d3fe7201..0ff7683102f449842f2f13fc9a1d17dc0907e942 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -286,13 +286,6 @@ class StoreBufferRebuilder { |
| -// The all static Heap captures the interface to the global object heap. |
| -// All JavaScript contexts by this process share the same object heap. |
| - |
| -#ifdef DEBUG |
| -class HeapDebugUtils; |
| -#endif |
| - |
|
Michael Starzinger
2012/11/26 10:09:57
Drop the third empty newline.
|
| // A queue of objects promoted during scavenge. Each object is accompanied |
| // by it's size to avoid dereferencing a map pointer for scanning. |
| @@ -1794,7 +1787,6 @@ class Heap { |
| // time? |
| bool disallow_allocation_failure_; |
|
Michael Starzinger
2012/11/26 10:09:57
Drop the empty newline.
|
| - HeapDebugUtils* debug_utils_; |
| #endif // DEBUG |
| // Indicates that the new space should be kept small due to high promotion |