| 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 8769d2b77cfee3537285069420ecde2b432b98d7..cb8e69bd8a809f8ea35a8e6a2d084cbe64a15d3f 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -611,7 +611,7 @@ class PLATFORM_EXPORT ThreadState {
|
| void poisonAllHeaps();
|
| #endif
|
|
|
| - void cleanupPages();
|
| + void removeAllPages();
|
|
|
| void prepareForThreadStateTermination();
|
|
|
|
|