[Webkit-unassigned] [Bug 14547] typeof document.body.childNodes=="function" ("object" expected)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 10 17:23:34 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14547
dhtmlkitchen at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dhtmlkitchen at gmail.com
------- Comment #11 from dhtmlkitchen at gmail.com 2007-10-10 17:23 PDT -------
Objects that do not support call or construct are not functions.
typeof window.constructor == "function"
Typeof should return something other than function.
This makes it harder to typecheck.
--
Configure bugmail: http://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