[Webkit-unassigned] [Bug 22357] Crash when setting className via SVG className.baseVal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 22 12:14:29 PST 2008


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


gwilson at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25970|review?                     |
               Flag|                            |
  Attachment #25970|0                           |1
        is obsolete|                            |
  Attachment #26211|                            |review?
               Flag|                            |




------- Comment #11 from gwilson at google.com  2008-12-22 12:14 PDT -------
Created an attachment (id=26211)
 --> (https://bugs.webkit.org/attachment.cgi?id=26211&action=view)
Possible patch to issue 22357

Ah, good catch.  The previous patch would create the namedAttrMap regardless,
which doesn't seem correct.  It should only create the namedAttrMap if it
doesn't exist and it's not being cleared.

This new patch only creates namedAttrMap if it exists and the class name is
being set, not cleared.


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