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

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

Issue 1754183002: Rename BaseHeap to BaseArena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/Heap.cpp
diff --git a/third_party/WebKit/Source/platform/heap/Heap.cpp b/third_party/WebKit/Source/platform/heap/Heap.cpp
index 62e4f91db267be1281a3fb97dca1db2cade1a3ff..7a92d805561e4c96e778857a6f7976c52e4103a4 100644
--- a/third_party/WebKit/Source/platform/heap/Heap.cpp
+++ b/third_party/WebKit/Source/platform/heap/Heap.cpp
@@ -270,7 +270,7 @@ void Heap::pushThreadLocalWeakCallback(void* closure, void* object, WeakCallback
// Trace should never reach an orphaned page.
ASSERT(!Heap::orphanedPagePool()->contains(object));
- ThreadState* state = pageFromObject(object)->heap()->threadState();
+ ThreadState* state = pageFromObject(object)->arena()->threadState();
state->pushThreadLocalWeakCallback(closure, callback);
}
« no previous file with comments | « third_party/WebKit/Source/platform/heap/Heap.h ('k') | third_party/WebKit/Source/platform/heap/HeapAllocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698