Title: [173386] trunk/Source/WebKit2
Revision
173386
Author
[email protected]
Date
2014-09-08 10:53:47 -0700 (Mon, 08 Sep 2014)

Log Message

Try to fix the build after r173383, part 3.

* Shared/EntryPointUtilities/mac/XPCService/XPCServiceMain.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (173385 => 173386)


--- trunk/Source/WebKit2/ChangeLog	2014-09-08 17:45:42 UTC (rev 173385)
+++ trunk/Source/WebKit2/ChangeLog	2014-09-08 17:53:47 UTC (rev 173386)
@@ -1,3 +1,9 @@
+2014-09-08  Tim Horton  <[email protected]>
+
+        Try to fix the build after r173383, part 3.
+
+        * Shared/EntryPointUtilities/mac/XPCService/XPCServiceMain.mm:
+
 2014-09-08  Dan Bernstein  <[email protected]>
 
         Build fix.

Modified: trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceMain.mm (173385 => 173386)


--- trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceMain.mm	2014-09-08 17:45:42 UTC (rev 173385)
+++ trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceMain.mm	2014-09-08 17:53:47 UTC (rev 173386)
@@ -23,6 +23,8 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#import "config.h"
+
 #import <CoreFoundation/CoreFoundation.h>
 #import <wtf/OSObjectPtr.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to