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

Unified Diff: third_party/WebKit/Source/platform/heap/ThreadState.h

Issue 2684633004: Remove orphaned pages from Oilpan (Closed)
Patch Set: temp Created 3 years, 10 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
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();

Powered by Google App Engine
This is Rietveld 408576698