[Webkit-unassigned] [Bug 57997] Document leaks when navigating away from a scrolled page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 17:52:55 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57997


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88542|review?                     |review+
               Flag|                            |




--- Comment #4 from Darin Adler <darin at apple.com>  2011-04-06 17:52:55 PST ---
(From update of attachment 88542)
View in context: https://bugs.webkit.org/attachment.cgi?id=88542&action=review

> Source/WebCore/dom/Document.cpp:3553
> +void Document::cancelEnqueuedEvents()
> +{
> +    m_eventQueue->cancelEnqueuedEvents();
> +}

I suggest just doing this in Document::detach instead of adding a function for it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list