Changeset 246146 in webkit


Ignore:
Timestamp:
Jun 6, 2019 1:58:04 AM (5 years ago)
Author:
Caio Lima
Message:

[JSCOnly] JSCOnly port is not building on macOS
https://bugs.webkit.org/show_bug.cgi?id=198563

Reviewed by Don Olmstead.

We are adding <mach/vm_types.h> to fix build issues when compiling
JSCOnly port on macOS.

  • wtf/WTFAssertions.cpp:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r246038 r246146  
     12019-06-06  Caio Lima  <ticaiolima@gmail.com>
     2
     3        [JSCOnly] JSCOnly port is not building on macOS
     4        https://bugs.webkit.org/show_bug.cgi?id=198563
     5
     6        Reviewed by Don Olmstead.
     7
     8        We are adding `<mach/vm_types.h>` to fix build issues when compiling
     9        JSCOnly port on macOS.
     10
     11        * wtf/WTFAssertions.cpp:
     12
    1132019-06-03  Commit Queue  <commit-queue@webkit.org>
    214
  • trunk/Source/WTF/wtf/WTFAssertions.cpp

    r245264 r246146  
    3333#if OS(DARWIN)
    3434#include <mach/vm_param.h>
     35#include <mach/vm_types.h>
    3536#endif
    3637
Note: See TracChangeset for help on using the changeset viewer.