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 7fb6e41aae2f6008ecc15c0c7c1ba5c1fe7c3836..dfed33dd64a964f78c83fc6e41e98167683c1dd5 100644 |
--- a/third_party/WebKit/Source/platform/exported/Platform.cpp |
+++ b/third_party/WebKit/Source/platform/exported/Platform.cpp |
@@ -91,7 +91,7 @@ void Platform::initialize(Platform* platform) |
WTF::Partitions::initialize(maxObservedSizeFunction); |
WTF::initialize(callOnMainThreadFunction); |
- Heap::init(); |
+ ThreadHeap::init(); |
ThreadState::attachMainThread(); |
@@ -123,7 +123,7 @@ void Platform::shutdown() |
// so that the main thread won't get involved in a GC during the shutdown. |
ThreadState::detachMainThread(); |
- Heap::shutdown(); |
+ ThreadHeap::shutdown(); |
WTF::shutdown(); |
WTF::Partitions::shutdown(); |