[webkit-reviews] review granted: [Bug 173531] [WTF] Include execinfo.h and dlfcn.h based on platform defines : [Attachment 313252] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 19 08:57:28 PDT 2017


Alex Christensen <achristensen at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 173531: [WTF] Include execinfo.h and dlfcn.h based on platform defines
https://bugs.webkit.org/show_bug.cgi?id=173531

Attachment 313252: Patch

https://bugs.webkit.org/attachment.cgi?id=313252&action=review




--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 313252
  --> https://bugs.webkit.org/attachment.cgi?id=313252
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=313252&action=review

> Source/WTF/wtf/StackTrace.cpp:33
>  #if HAVE(BACKTRACE_SYMBOLS) || HAVE(DLADDR)

Maybe it would be more clear if this didn't contain the other two.


More information about the webkit-reviews mailing list