[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:46:56 PST 2010


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





--- Comment #12 from Oliver Hunt <oliver at apple.com>  2010-01-12 10:46:55 PST ---
(In reply to comment #11)
> 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.

That should be fine

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