[Webkit-unassigned] [Bug 27169] typing "document.__proto__" in inspector throws exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 11:37:43 PDT 2009


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


Timothy Hatcher <timothy at hatcher.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothy at hatcher.name




--- Comment #4 from Timothy Hatcher <timothy at hatcher.name>  2009-07-23 11:37:42 PDT ---
obj.nodeType === undefined

would be best written as:

typeof obj.nodeType === "undefined"

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