[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:24:32 PDT 2009


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





------- Comment #7 from sam at webkit.org  2009-05-29 20:24 PDT -------
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.


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