Index: third_party/WebKit/Source/platform/heap/HeapPage.cpp |
diff --git a/third_party/WebKit/Source/platform/heap/HeapPage.cpp b/third_party/WebKit/Source/platform/heap/HeapPage.cpp |
index a05ffa8f558ce00326bf5120578b6b85152c3b16..1ccefe06684504e2da4a69d070bf6ccce9b1da4e 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapPage.cpp |
+++ b/third_party/WebKit/Source/platform/heap/HeapPage.cpp |
@@ -1231,10 +1231,7 @@ bool FreeList::takeSnapshot(const String& dumpBaseName) { |
} |
BasePage::BasePage(PageMemory* storage, BaseArena* arena) |
- : m_storage(storage), |
- m_arena(arena), |
- m_next(nullptr), |
- m_swept(true) { |
+ : m_storage(storage), m_arena(arena), m_next(nullptr), m_swept(true) { |
ASSERT(isPageHeaderAddress(reinterpret_cast<Address>(this))); |
} |