Title: [256669] branches/safari-609-branch/Source/WebCore/PAL
Revision
256669
Author
repst...@apple.com
Date
2020-02-14 19:01:27 -0800 (Fri, 14 Feb 2020)

Log Message

Cherry-pick r256320. rdar://problem/59447006

    AX: Wrong includes for internal SDK
    https://bugs.webkit.org/show_bug.cgi?id=207554

    Reviewed by Chris Dumez.

    * pal/spi/mac/HIServicesSPI.h:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@256320 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-609-branch/Source/WebCore/PAL/ChangeLog (256668 => 256669)


--- branches/safari-609-branch/Source/WebCore/PAL/ChangeLog	2020-02-15 03:01:25 UTC (rev 256668)
+++ branches/safari-609-branch/Source/WebCore/PAL/ChangeLog	2020-02-15 03:01:27 UTC (rev 256669)
@@ -1,3 +1,26 @@
+2020-02-14  Russell Epstein  <repst...@apple.com>
+
+        Cherry-pick r256320. rdar://problem/59447006
+
+    AX: Wrong includes for internal SDK
+    https://bugs.webkit.org/show_bug.cgi?id=207554
+    
+    Reviewed by Chris Dumez.
+    
+    * pal/spi/mac/HIServicesSPI.h:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@256320 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-02-11  Chris Fleizach  <cfleiz...@apple.com>
+
+            AX: Wrong includes for internal SDK
+            https://bugs.webkit.org/show_bug.cgi?id=207554
+
+            Reviewed by Chris Dumez.
+
+            * pal/spi/mac/HIServicesSPI.h:
+
 2020-02-13  Russell Epstein  <repst...@apple.com>
 
         Revert r256407. rdar://problem/59299143

Modified: branches/safari-609-branch/Source/WebCore/PAL/pal/spi/mac/HIServicesSPI.h (256668 => 256669)


--- branches/safari-609-branch/Source/WebCore/PAL/pal/spi/mac/HIServicesSPI.h	2020-02-15 03:01:25 UTC (rev 256668)
+++ branches/safari-609-branch/Source/WebCore/PAL/pal/spi/mac/HIServicesSPI.h	2020-02-15 03:01:27 UTC (rev 256669)
@@ -102,8 +102,6 @@
     kMSHDoNotCreateSendRightOption = 0x4,
 };
 
-#endif
-
 typedef UInt32 MSHCreateOptions;
 typedef const struct __AXTextMarker* AXTextMarkerRef;
 typedef const struct __AXTextMarkerRange* AXTextMarkerRangeRef;
@@ -127,3 +125,5 @@
 OSStatus SetApplicationIsDaemon(Boolean);
 
 WTF_EXTERN_C_END
+
+#endif // USE(APPLE_INTERNAL_SDK)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to