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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 10:44:59 PST 2010


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





--- Comment #11 from P T Withington <ptw at pobox.com>  2010-01-12 10:44:59 PST ---
One other work-around I am trying:  instead of installing the default values in
the constructor prototype, I will have the constructor install the default
values directly in each instance.  A little inefficient, but this seems to
work.

Any reason that shouldn't be sufficient?

At least that way, I can restrict the work-around to the broken runtime, rather
than inflicting it on every runtime.

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