Title: [195990] trunk/Source/WebKit2
- Revision
- 195990
- Author
- [email protected]
- Date
- 2016-02-01 16:41:16 -0800 (Mon, 01 Feb 2016)
Log Message
iOS build fix.
* Platform/IPC/mac/ConnectionMac.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (195989 => 195990)
--- trunk/Source/WebKit2/ChangeLog 2016-02-02 00:35:26 UTC (rev 195989)
+++ trunk/Source/WebKit2/ChangeLog 2016-02-02 00:41:16 UTC (rev 195990)
@@ -1,5 +1,11 @@
2016-02-01 Dan Bernstein <[email protected]>
+ iOS build fix.
+
+ * Platform/IPC/mac/ConnectionMac.mm:
+
+2016-02-01 Dan Bernstein <[email protected]>
+
Copy sandbox profiles during installhdrs.
Reviewed by Anders Carlsson.
Modified: trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm (195989 => 195990)
--- trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm 2016-02-02 00:35:26 UTC (rev 195989)
+++ trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm 2016-02-02 00:41:16 UTC (rev 195990)
@@ -50,6 +50,8 @@
#endif
+#if PLATFORM(MAC)
+
#if USE(APPLE_INTERNAL_SDK)
#include <HIServices/AccessibilityPriv.h>
#else
@@ -59,10 +61,10 @@
} AXSuspendStatus;
#endif
-#if PLATFORM(MAC)
extern "C" AXError _AXUIElementNotifyProcessSuspendStatus(AXSuspendStatus);
-#endif
+#endif // PLATFORM(MAC)
+
namespace IPC {
static const size_t inlineMessageMaxSize = 4096;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes