Closed
Bug 694899
Opened 14 years ago
Closed 14 years ago
[JM] Multiple cases failed after the patch of bug 694247 pushed.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: leon.sha, Assigned: leon.sha)
Details
Attachments
(1 obsolete file)
Multiple cases failed after the patch of bug 694247 pushed. This is caused by the change in PolyIC.cpp from "offsetof(JSObject, parent)" to "JSObject::offsetOfScopeChain()". Value address is used instead of direct pointer. LoadPayload should be used.
Attachment #567390 -
Attachment is obsolete: true
Attachment #567390 -
Flags: review?(luke)
It is already fixed by this changeset.
http://hg.mozilla.org/projects/jaegermonkey/rev/ef7528a0fe21
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•