[Webkit-unassigned] [Bug 12065] Removing a SVG animation target during animation crashes WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 01:24:18 PST 2011


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





--- Comment #18 from Dirk Schulze <krit at webkit.org>  2011-02-24 01:24:18 PST ---
(From update of attachment 83510)
View in context: https://bugs.webkit.org/attachment.cgi?id=83510&action=review

>> Source/WebCore/svg/SVGVKernElement.cpp:62
>> +    SVGElement::removedFromDocument();
> 
> We should probably create a debugging mechanism to ensure people don’t forget to call through from the base class. At the call site of removedFromDocument we could clear a debug-only flag on the node, and set that flag in the Node::removedFromDocument function, then assert the flag is set after the call at the call site.

This would not only influence SVG but also WML and HTML. I'd like to open another bug report and check this first. Maybe there are similar problems in the other parts of WebKit.

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