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

Unified Diff: third_party/WebKit/Source/platform/exported/Platform.cpp

Issue 1884083002: Revert of Rename Heap to ThreadHeap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/platform/Timer.h ('k') | third_party/WebKit/Source/platform/heap/BlinkGC.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/exported/Platform.cpp
diff --git a/third_party/WebKit/Source/platform/exported/Platform.cpp b/third_party/WebKit/Source/platform/exported/Platform.cpp
index dfed33dd64a964f78c83fc6e41e98167683c1dd5..7fb6e41aae2f6008ecc15c0c7c1ba5c1fe7c3836 100644
--- a/third_party/WebKit/Source/platform/exported/Platform.cpp
+++ b/third_party/WebKit/Source/platform/exported/Platform.cpp
@@ -91,7 +91,7 @@
WTF::Partitions::initialize(maxObservedSizeFunction);
WTF::initialize(callOnMainThreadFunction);
- ThreadHeap::init();
+ Heap::init();
ThreadState::attachMainThread();
@@ -123,7 +123,7 @@
// so that the main thread won't get involved in a GC during the shutdown.
ThreadState::detachMainThread();
- ThreadHeap::shutdown();
+ Heap::shutdown();
WTF::shutdown();
WTF::Partitions::shutdown();
« no previous file with comments | « third_party/WebKit/Source/platform/Timer.h ('k') | third_party/WebKit/Source/platform/heap/BlinkGC.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698