[Webkit-unassigned] [Bug 137973] Disable Linux-specific code in a Windows build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 29 10:51:42 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137973
--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 240283
--> https://bugs.webkit.org/attachment.cgi?id=240283
proposed wk patch
View in context: https://bugs.webkit.org/attachment.cgi?id=240283&action=review
> Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp:47
> +#if !PLATFORM(WIN)
In wtf/Assertions.cpp they use:
#if OS(DARWIN) || (OS(LINUX) && !defined(__UCLIBC__))
...
#endif
I would be fine with doing that here.
--
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/20141029/2925e411/attachment-0002.html>
More information about the webkit-unassigned
mailing list