Chromium Code Reviews| Index: src/heap-inl.h |
| =================================================================== |
| --- src/heap-inl.h (revision 6800) |
| +++ src/heap-inl.h (working copy) |
| @@ -514,10 +514,6 @@ |
| CALL_AND_RETRY(FUNCTION_CALL, return, return) |
| -#define CALL_HEAP_FUNCTION_INLINE(FUNCTION_CALL) \ |
| - CALL_AND_RETRY(FUNCTION_CALL, break, break) |
| - |
| - |
| #ifdef DEBUG |
| inline bool Heap::allow_allocation(bool new_state) { |