Bug 1536405 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I noticed this call on a field in DOMIntersectionObserver::Notify():
  mCallback->Call(this, entries, *this);
but it doesn't look like the nsWindowRoot is being destroyed with that method on the stack.
I noticed this call on a field in DOMIntersectionObserver::Notify():
  mCallback->Call(this, entries, *this);
but it doesn't look like the nsWindowRoot is being destroyed with that method on the stack. (Plus that field only gets cleared if the intersection observer is cycle collected or destroyed, and I think the observer is being held alive by the stack.)

Back to Bug 1536405 Comment 6