Index: src/top.cc |
diff --git a/src/top.cc b/src/top.cc |
index 62850b13e0e742f50d18736c364f3c118390ae73..ff29cad46466297cdc775eb1b1be84298902fef7 100644 |
--- a/src/top.cc |
+++ b/src/top.cc |
@@ -306,11 +306,6 @@ void Isolate::PrintStack() { |
allocator = preallocated_message_space_; |
} |
- NativeAllocationChecker allocation_checker( |
- !FLAG_preallocate_message_memory ? |
- NativeAllocationChecker::ALLOW : |
- NativeAllocationChecker::DISALLOW); |
- |
StringStream::ClearMentionedObjectCache(); |
StringStream accumulator(allocator); |
incomplete_message_ = &accumulator; |