[Webkit-unassigned] [Bug 55017] SVGImage causes MainResourceLoader leaks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 16:16:35 PST 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #83766|review?                     |review-
               Flag|                            |




--- Comment #21 from Adam Barth <abarth at webkit.org>  2011-03-01 16:16:34 PST ---
(From update of attachment 83766)
View in context: https://bugs.webkit.org/attachment.cgi?id=83766&action=review

> Source/WebCore/svg/graphics/SVGImage.cpp:279
> +        if (!loader->activeDocumentLoader())
> +            loader->init(); // Make sure the DocumentLoader is created

Why is there a branch here?  This boot-up process should be deterministic.

-- 
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