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

Unified Diff: Source/platform/LifecycleObserver.h

Issue 885483002: Oilpan: tidy up prefinalizer declarations and a registration. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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
« no previous file with comments | « Source/modules/webmidi/MIDIAccessInitializer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LifecycleObserver.h
diff --git a/Source/platform/LifecycleObserver.h b/Source/platform/LifecycleObserver.h
index c2ae34cc156b252f8a575a99891fa68c11ca7ae6..12e12fc9504aafcf31dd87c515c1f46a4368a816 100644
--- a/Source/platform/LifecycleObserver.h
+++ b/Source/platform/LifecycleObserver.h
@@ -34,12 +34,10 @@ namespace blink {
template<typename T>
class LifecycleObserver : public WillBeGarbageCollectedMixin {
- // FIXME: Oilpan: Remove the pre-finalizer by moving LifecycleNotifer
- // to Oilpan's heap and making LifecycleNotifer::m_observers
+ // FIXME: Oilpan: Remove the pre-finalizer by moving LifecycleNotifier
+ // to Oilpan's heap and making LifecycleNotifier::m_observers
// a hash set of weak members.
-#if ENABLE(OILPAN)
- USING_PRE_FINALIZER(LifecycleObserver, dispose);
-#endif
+ WILL_BE_USING_PRE_FINALIZER(LifecycleObserver, dispose);
public:
typedef T Context;
« no previous file with comments | « Source/modules/webmidi/MIDIAccessInitializer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698