Bug 75584
Summary: | Invalid ASSERT() in DFGRepatch.cpp near line 385 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
Component: | JavaScriptCore | Assignee: | Michael Saboff <msaboff> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Michael Saboff
In DFGRepatch.cpp, tryBuildGetByIDProtoList() near line 385, the ASSERT has one equal '=' and not two '=='.
stubInfo.stubRoutine = MacroAssemblerCodeRef();
stubInfo.initGetByIdProtoList(polymorphicStructureList, 1);
} else {
ASSERT(stubInfo.accessType = access_get_by_id_proto_list);
polymorphicStructureList = stubInfo.u.getByIdProtoList.structureList;
listIndex = stubInfo.u.getByIdProtoList.listSize;
}
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Saboff
Committed r104090: <http://trac.webkit.org/changeset/104090>