[webkit-reviews] review granted: [Bug 57997] Document leaks when navigating away from a scrolled page : [Attachment 88542] patch

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


Darin Adler <darin at apple.com> has granted Stephanie Lewis <slewis at apple.com>'s
request for review:
Bug 57997: Document leaks when navigating away from a scrolled page
https://bugs.webkit.org/show_bug.cgi?id=57997

Attachment 88542: patch
https://bugs.webkit.org/attachment.cgi?id=88542&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
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.


More information about the webkit-reviews mailing list