[Webkit-unassigned] [Bug 25970] The implicit setter for DOM Storage does not handle null correctly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 29 20:45:58 PDT 2009


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





------- Comment #8 from jorlow at google.com  2009-05-29 20:45 PDT -------
(In reply to comment #7)
> This should be easily fixable in JSStorageCustom.cpp in the customPut function.
>  Replacing the valueToStringWithNullCheck(exec, value), with
> value.toString(exec) should do the trick.
> 

Ugh.  You're right.  I was looking at the wrong function.  I'm testing a new
patch right now.


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