Title: [237703] trunk/Source/WebKit
Revision
237703
Author
[email protected]
Date
2018-11-01 16:19:57 -0700 (Thu, 01 Nov 2018)

Log Message

Unreviewed, attempt to fix the build with recent SDKs.

* Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h:
(WebKit::XPCServiceInitializer):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (237702 => 237703)


--- trunk/Source/WebKit/ChangeLog	2018-11-01 21:40:16 UTC (rev 237702)
+++ trunk/Source/WebKit/ChangeLog	2018-11-01 23:19:57 UTC (rev 237703)
@@ -1,3 +1,10 @@
+2018-11-01  Ryan Haddad  <[email protected]>
+
+        Unreviewed, attempt to fix the build with recent SDKs.
+
+        * Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h:
+        (WebKit::XPCServiceInitializer):
+
 2018-11-01  Sihui Liu  <[email protected]>
 
         Add a storage limit for IndexedDB

Modified: trunk/Source/WebKit/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h (237702 => 237703)


--- trunk/Source/WebKit/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h	2018-11-01 21:40:16 UTC (rev 237702)
+++ trunk/Source/WebKit/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h	2018-11-01 23:19:57 UTC (rev 237703)
@@ -74,7 +74,9 @@
 
     // We don't want XPC to be in charge of whether the process should be terminated or not,
     // so ensure that we have an outstanding transaction here.
+ALLOW_DEPRECATED_DECLARATIONS_BEGIN
     xpc_transaction_begin();
+ALLOW_DEPRECATED_DECLARATIONS_END
 
     InitializeWebKit2();
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to