[Webkit-unassigned] [Bug 204866] New: Fix a broken assertion in GetByStatus::computeForStubInfoWithoutExitSiteFeedback().
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 4 17:19:18 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=204866
Bug ID: 204866
Summary: Fix a broken assertion in
GetByStatus::computeForStubInfoWithoutExitSiteFeedback
().
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
The assertion wrong assumes that access.offset() cannot be invalid unless the access.type() is a Miss. However, if the AccessCase is a Custom value or accessor, the offset is always invalid. We'll fix the assertion.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191205/2d78472d/attachment.htm>
More information about the webkit-unassigned
mailing list