Bug 75583
Summary: | StructureStubInfo not reset when corresponding MethodCallLinkInfo is reset | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
Component: | JavaScriptCore | Assignee: | Michael Saboff <msaboff> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | harrison |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Michael Saboff
In CodeBlock::finalizeUnconditionally() when we are clearing the structure cache, we don't reset the StructureStubInfo corresponding to a MethodCallLinkInfo being reset.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Saboff
Committed r104094: <http://trac.webkit.org/changeset/104094>
David Harrison
rdar://10649711