| Index: third_party/WebKit/Source/platform/heap/ThreadState.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| index df38bec652c20e27247311207637c1562ee840be..91b9e2b8d46cfe73d85d0519cf96cbe55ad9d1cc 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -609,7 +609,7 @@ class PLATFORM_EXPORT ThreadState {
|
| void poisonAllHeaps();
|
| #endif
|
|
|
| - void cleanupPages();
|
| + void removeAllPages();
|
|
|
| void prepareForThreadStateTermination();
|
|
|
|
|