Supplement should have a Member to the Supplementable object |
|
Issue description
If Supplement has a WeakMember to the corresponding Supplementable object, we can remove a bunch of LifecycleObservers (because the Supplement object can get the Supplementable object without observing the Supplementable object). We should add the WeakMember.
template<typename T>
class Supplement : public GarbageCollectedMixin {
WeakMember<T> m_host; // We should add this.
};
,
Jan 19 2017
|
|
►
Sign in to add a comment |
|
Comment 1 by haraken@chromium.org
, Jul 13 2016