[Webkit-unassigned] [Bug 27169] typing "document.__proto__" in inspector throws exception
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 22 23:53:17 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27169
Joseph Pecoraro <joepeck02 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33317| |review?
Flag| |
--- Comment #2 from Joseph Pecoraro <joepeck02 at gmail.com> 2009-07-22 23:53:16 PDT ---
Created an attachment (id=33317)
--> (https://bugs.webkit.org/attachment.cgi?id=33317)
Javascript Workaround
This would be the javascript workaround. I looked into what Firefox does and
they don't report document.__proto__ as an instanceof Node! So maybe that
would be the better route.
WebKit via Web Inspector:
> document.__proto__ instanceof window.Node
true
Firefox via Firebug:
> document.__proto__ instanceof window.Node
false
--
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