[Webkit-unassigned] [Bug 19762] Crash in svg/webarchive/svg-cursor-subresources.svg

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 27 00:54:25 PDT 2008


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


ap at webkit.org changed:

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




------- Comment #3 from ap at webkit.org  2008-06-27 00:54 PDT -------
(From update of attachment 21958)
This may crash if the document happens to be destructed before the element.
Also, adding such code to all element destructors will likely affect
performance.

Maybe CSSCursorImageValue could check if the document is being destroyed, and
avoid getting by id in this case?

+        WARNING: NO TEST CASES ADDED OR CHANGED

I do not think that we need this line in ChangeLog.


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



More information about the webkit-unassigned mailing list