[Webkit-unassigned] [Bug 13301] ASSERT or null value when trying to use a getter defined on a window object
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 4 01:24:39 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13301
------- Comment #4 from macdome at opendarwin.org 2007-05-04 01:24 PDT -------
Even simpler test:
<script>
__defineGetter__("foo", function() { return "bar"; });
alert(foo);
</script>
--
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