WebKit Bugzilla
Attachment 371444 Details for
Bug 198563
: [JSCOnly] JSCOnly port is not building on macOS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198563-20190606010109.patch (text/plain), 1.05 KB, created by
Caio Lima
on 2019-06-05 16:01:10 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Caio Lima
Created:
2019-06-05 16:01:10 PDT
Size:
1.05 KB
patch
obsolete
>Subversion Revision: 246126 >diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index 7147b2acbd991af9ba7ef96a064abdf3c1eb6181..287d64200173845c9004606bcab624990169bdd6 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,15 @@ >+2019-06-05 Caio Lima <ticaiolima@gmail.com> >+ >+ [JSCOnly] JSCOnly port is not building on macOS >+ https://bugs.webkit.org/show_bug.cgi?id=198563 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ We are adding `<mach/vm_types.h>` to fix build issues when compiling >+ JSCOnly port on macOS. >+ >+ * wtf/WTFAssertions.cpp: >+ > 2019-06-03 Commit Queue <commit-queue@webkit.org> > > Unreviewed, rolling out r246022. >diff --git a/Source/WTF/wtf/WTFAssertions.cpp b/Source/WTF/wtf/WTFAssertions.cpp >index c4a2aa39f2850470c4a4373caad1d2badb2f6db1..a17b7c3a3bc605d38e29fdd629fc52eeed060403 100644 >--- a/Source/WTF/wtf/WTFAssertions.cpp >+++ b/Source/WTF/wtf/WTFAssertions.cpp >@@ -32,6 +32,7 @@ > > #if OS(DARWIN) > #include <mach/vm_param.h> >+#include <mach/vm_types.h> > #endif > > namespace WTF {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198563
: 371444