| Index: third_party/WebKit/Source/platform/heap/PagePool.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/PagePool.cpp b/third_party/WebKit/Source/platform/heap/PagePool.cpp
|
| index 12580d7d222d30e8029b5852a09578435f00352a..acb5fa3b3f56ad8dcb7187773a442e96d4b34fca 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PagePool.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/PagePool.cpp
|
| @@ -101,7 +101,7 @@ void OrphanedPagePool::decommitOrphanedPages()
|
| } else {
|
| page->~BasePage();
|
| clearMemory(memory);
|
| - Heap::freePagePool()->addFreePage(index, memory);
|
| + Heap::getFreePagePool()->addFreePage(index, memory);
|
| }
|
|
|
| PoolEntry* deadEntry = entry;
|
|
|