[Webkit-unassigned] [Bug 82242] Remove Document::mappedElementSheet()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 04:41:30 PDT 2012


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





--- Comment #14 from Nikolas Zimmermann <zimmermann at kde.org>  2012-03-27 04:41:30 PST ---
(From update of attachment 134021)
View in context: https://bugs.webkit.org/attachment.cgi?id=134021&action=review

r=me with comments:

> Source/WebCore/svg/SVGDocumentExtensions.cpp:421
> +void SVGDocumentExtensions::registerSVGFontFaceElement(SVGFontFaceElement* element)

How about checking in the SVGDocExt dtor that this set is empty? I'm not sure we do it for the others, but we should do so to catch missing unregister() calls.
I hope removedFromDocument is guaranteed to be called :-)

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