[Webkit-unassigned] [Bug 24738] Multiple crashes in JSDOMWindow::getOwnPropertySlot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 22 00:03:58 PDT 2009


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





------- Comment #9 from mh+webkit at glandium.org  2009-03-22 00:03 PDT -------
(In reply to comment #8)
> Created an attachment (id=28824)
 --> (https://bugs.webkit.org/attachment.cgi?id=28824&action=view) [review]
> use work-around on non-mac x86
> 
> I tested this fix in linux x86; would be good if someone could test that it
> works correctly on other arches that support jit. This seems to me like a
> better fix than the one Mike posted because it doesn't change the behavior for
> mac, while still fixing our problem.

Yes, but the thing is, reading the code carefully, I see no reason for the
second version not to work on any 32 bits platform. The test should actually be
something like #if PLATFORM(64BITS) but I am not aware of such thing.

It would be better to actually check if it works everywhere, though.


-- 
Configure bugmail: https://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