[Webkit-unassigned] [Bug 33450] property access (. operator) incorrectly returning prototype value not instance value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 15:09:40 PST 2010


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





--- Comment #4 from P T Withington <ptw at pobox.com>  2010-01-11 15:09:40 PST ---
Oliver:

I have now verified that our other two large test cases are working correctly
in the webkit nightly Version 4.0.4 (6531.21.10, r53036).

It appears the bug is indeed fixed in the cases we were tracking down.

---

We are currently working around the bug in the released version of Safari by
rewriting all our property accesses to use `[]`.  Is there any way to know from
lexical analysis which `.` operations are likely to fail so we do not have to
do this transformation globally?

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