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

Unified Diff: Source/platform/LifecycleObserver.h

Issue 1150863003: Oilpan: rename EAGERLY_SWEEP() as EAGERLY_FINALIZED(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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/LifecycleObserver.h
diff --git a/Source/platform/LifecycleObserver.h b/Source/platform/LifecycleObserver.h
index a36dc3f0e9567510087bc31db7d5e02d945ee0f5..3295d819579d6bb3fb02d801ac14e84aae4f7fa2 100644
--- a/Source/platform/LifecycleObserver.h
+++ b/Source/platform/LifecycleObserver.h
@@ -44,9 +44,7 @@ public:
}
#endif
- // TODO(Oilpan): remove eager sweeping once LifecycleObserver is
- // always on the heap.
- EAGERLY_SWEEP();
+ EAGERLY_FINALIZE_WILL_BE_REMOVED();
DEFINE_INLINE_VIRTUAL_TRACE()
{
visitor->trace(m_lifecycleContext);

Powered by Google App Engine
This is Rietveld 408576698