[Webkit-unassigned] [Bug 172081] New: [Win] Correct OS(WINDOWS) and PLATFORM(WIN) compiler guards
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 13 18:50:24 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172081
Bug ID: 172081
Summary: [Win] Correct OS(WINDOWS) and PLATFORM(WIN) compiler
guards
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: daewoong.jang at navercorp.com
Corrects mixed use of OS(WINDOWS) and PLATFORM(WIN) compiler guards. Most of lines within PLATFORM(WIN) guards in JavaScriptCore are actually OS-dependent implementation and can cause runtime errors if the module was built for Windows without PLATFORM(WIN) compiler flag enabled.
--
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/20170514/ad328950/attachment.html>
More information about the webkit-unassigned
mailing list