Title: [237762] trunk/Source/WebKit
Revision
237762
Author
ryanhad...@apple.com
Date
2018-11-02 17:49:49 -0700 (Fri, 02 Nov 2018)

Log Message

Unreviewed, attempt to fix the build with recent SDKs.

* Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm:
(WebKit::XPCServiceExit):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (237761 => 237762)


--- trunk/Source/WebKit/ChangeLog	2018-11-03 00:33:53 UTC (rev 237761)
+++ trunk/Source/WebKit/ChangeLog	2018-11-03 00:49:49 UTC (rev 237762)
@@ -1,3 +1,10 @@
+2018-11-02  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed, attempt to fix the build with recent SDKs.
+
+        * Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm:
+        (WebKit::XPCServiceExit):
+
 2018-11-02  Alex Christensen  <achristen...@webkit.org>
 
         Mac production builds should sign the network process xpc service with entitlements

Modified: trunk/Source/WebKit/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm (237761 => 237762)


--- trunk/Source/WebKit/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm	2018-11-03 00:33:53 UTC (rev 237761)
+++ trunk/Source/WebKit/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm	2018-11-03 00:49:49 UTC (rev 237762)
@@ -153,7 +153,9 @@
     // Make sure to destroy the priority boost message to avoid leaking a transaction.
     priorityBoostMessage = nullptr;
     // Balances the xpc_transaction_begin() in XPCServiceInitializer.
+ALLOW_DEPRECATED_DECLARATIONS_BEGIN
     xpc_transaction_end();
+ALLOW_DEPRECATED_DECLARATIONS_END
     xpc_transaction_exit_clean();
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to