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

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

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/HeapCompact.cpp
diff --git a/third_party/WebKit/Source/platform/heap/HeapCompact.cpp b/third_party/WebKit/Source/platform/heap/HeapCompact.cpp
index 995a7d81ee7da83caecf3a89a4a87cc1c74d825c..78e31861d18187117eec3d08c493ffbecc6bdfad 100644
--- a/third_party/WebKit/Source/platform/heap/HeapCompact.cpp
+++ b/third_party/WebKit/Source/platform/heap/HeapCompact.cpp
@@ -107,8 +107,9 @@ class HeapCompact::MovableObjectFixups final {
MovingObjectCallback callback,
void* callbackData) {
DCHECK(!m_fixupCallbacks.contains(reference));
- m_fixupCallbacks.insert(reference, std::pair<void*, MovingObjectCallback>(
- callbackData, callback));
+ m_fixupCallbacks.insert(
+ reference,
+ std::pair<void*, MovingObjectCallback>(callbackData, callback));
}
void relocateInteriorFixups(Address from, Address to, size_t size) {
« no previous file with comments | « third_party/WebKit/Source/platform/heap/Heap.h ('k') | third_party/WebKit/Source/platform/heap/HeapPage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698