[Webkit-unassigned] [Bug 162808] New: JSStringRef should define JSChar without platform checks
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 30 14:17:08 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162808
Bug ID: 162808
Summary: JSStringRef should define JSChar without platform
checks
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Nicolas.Breidinger at sony.com
JSChar is typedef'd as either "unsigned short" or "wchar_t" based on a number of platform checks. This is problematic for non-standard ports. To solve this, a way to determine which typedef to use without platform checks is required.
--
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/20160930/0c50c9a1/attachment-0001.html>
More information about the webkit-unassigned
mailing list