[Webkit-unassigned] [Bug 18056] Cannot convert DOM exception prototype object to a string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 01:34:30 PDT 2009


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2009-09-04 01:34:30 PDT ---
It seems we should be doing some sort of this.__proto__.toString.call() command
then instead, as you suggested.  Otherwise we're just adding strange behavior
in the edge-case where someone overrides Object.prototype.toString to be null
or some other function.

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