Summary: | SQUIRRELFISH: closures are sometimes given an incorrect 'this' value when called | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Cameron Zwarich (cpst) <zwarich> | ||||||
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | ||||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 18624 | ||||||||
Attachments: |
|
Description
Cameron Zwarich (cpst)
2008-04-24 23:22:40 PDT
Created attachment 20812 [details]
Proposed patch
This patch fixes js1_5/Scope/scope-003.js, and it also fixes ecma/String/15.5.4.6-2.js.
Created attachment 20813 [details]
Revised proposed patch
The ecma/String/15.5.4.6-2.js fix doesn't seem legitimate, so I modified the ChangeLog to reflect this.
(In reply to comment #2) > Created an attachment (id=20813) [edit] > Revised proposed patch SunSpider shows no change for this patch. Comment on attachment 20813 [details]
Revised proposed patch
r=me
Committed revision 32536. Upon further review, this patch really did legitimately fix that test case after all. |