Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1225)

Unified Diff: third_party/WebKit/Source/platform/heap/Heap.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/heap/Heap.cpp
diff --git a/third_party/WebKit/Source/platform/heap/Heap.cpp b/third_party/WebKit/Source/platform/heap/Heap.cpp
index 85b9c1ccb640d49cd8d6046e10e368f7dd8f4070..90003ec139bbf815a6a3fab8ba39f3470ff01115 100644
--- a/third_party/WebKit/Source/platform/heap/Heap.cpp
+++ b/third_party/WebKit/Source/platform/heap/Heap.cpp
@@ -160,8 +160,7 @@ ThreadHeap::ThreadHeap(ThreadState* thread_state)
main_thread_heap_ = this;
}
-ThreadHeap::~ThreadHeap() {
-}
+ThreadHeap::~ThreadHeap() {}
#if DCHECK_IS_ON()
BasePage* ThreadHeap::FindPageFromAddress(Address address) {

Powered by Google App Engine
This is Rietveld 408576698