[Webkit-unassigned] [Bug 160324] New: ASSERTION FAILED in errorProtoFuncToString() when Error name is a single char string.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 28 15:57:45 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=160324
Bug ID: 160324
Summary: ASSERTION FAILED in errorProtoFuncToString() when
Error name is a single char string.
Classification: Unclassified
Product: WebKit
Version: WebKit Local 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 issue is that errorProtoFuncToString() is using jsNontrivialString() to generate the error string even when the name string can be a single character string. This is incorrect. We should be using jsString() instead.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160728/958d61ed/attachment.html>
More information about the webkit-unassigned
mailing list