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

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

Issue 1190863003: Oilpan: Allocation should be allowed in pre-finalizers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: Source/platform/heap/ThreadState.h
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
index 481455f76ba068a19a56142693ff03493579dffc..214dfa5fae84eb360b2788101f798c538c46b403 100644
--- a/Source/platform/heap/ThreadState.h
+++ b/Source/platform/heap/ThreadState.h
@@ -529,6 +529,7 @@ public:
void pushThreadLocalWeakCallback(void*, WeakCallback);
bool popAndInvokeThreadLocalWeakCallback(Visitor*);
+ void threadLocalWeakProcessing();
size_t objectPayloadSizeForTesting();
void prepareHeapForTermination();

Powered by Google App Engine
This is Rietveld 408576698