Title: [230047] trunk/Source/WebKit
Revision
230047
Author
bfulg...@apple.com
Date
2018-03-28 14:05:37 -0700 (Wed, 28 Mar 2018)

Log Message

Unreviewed build fix after r230045.

* UIProcess/Launcher/mac/ProcessLauncherMac.mm: Add missing include (breaks iOS).

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (230046 => 230047)


--- trunk/Source/WebKit/ChangeLog	2018-03-28 20:45:10 UTC (rev 230046)
+++ trunk/Source/WebKit/ChangeLog	2018-03-28 21:05:37 UTC (rev 230047)
@@ -1,5 +1,11 @@
 2018-03-28  Brent Fulgham  <bfulg...@apple.com>
 
+        Unreviewed build fix after r230045.
+
+        * UIProcess/Launcher/mac/ProcessLauncherMac.mm: Add missing include (breaks iOS).
+
+2018-03-28  Brent Fulgham  <bfulg...@apple.com>
+
         Protect against invalid mach ports returned by mach_port_request_notification
         https://bugs.webkit.org/show_bug.cgi?id=184106
         <rdar://problem/37865316>

Modified: trunk/Source/WebKit/UIProcess/Launcher/mac/ProcessLauncherMac.mm (230046 => 230047)


--- trunk/Source/WebKit/UIProcess/Launcher/mac/ProcessLauncherMac.mm	2018-03-28 20:45:10 UTC (rev 230046)
+++ trunk/Source/WebKit/UIProcess/Launcher/mac/ProcessLauncherMac.mm	2018-03-28 21:05:37 UTC (rev 230047)
@@ -28,6 +28,7 @@
 
 #import <crt_externs.h>
 #import <mach-o/dyld.h>
+#import <mach/mach_error.h>
 #import <mach/machine.h>
 #import <pal/spi/cocoa/ServersSPI.h>
 #import <spawn.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to