Changeset 256669 in webkit


Ignore:
Timestamp:
Feb 14, 2020 7:01:27 PM (4 years ago)
Author:
Russell Epstein
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

Location:
branches/safari-609-branch/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-609-branch/Source/WebCore/PAL/ChangeLog

    r256574 r256669  
     12020-02-14  Russell Epstein  <repstein@apple.com>
     2
     3        Cherry-pick r256320. rdar://problem/59447006
     4
     5    AX: Wrong includes for internal SDK
     6    https://bugs.webkit.org/show_bug.cgi?id=207554
     7   
     8    Reviewed by Chris Dumez.
     9   
     10    * pal/spi/mac/HIServicesSPI.h:
     11   
     12   
     13    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@256320 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     14
     15    2020-02-11  Chris Fleizach  <cfleizach@apple.com>
     16
     17            AX: Wrong includes for internal SDK
     18            https://bugs.webkit.org/show_bug.cgi?id=207554
     19
     20            Reviewed by Chris Dumez.
     21
     22            * pal/spi/mac/HIServicesSPI.h:
     23
    1242020-02-13  Russell Epstein  <repstein@apple.com>
    225
  • branches/safari-609-branch/Source/WebCore/PAL/pal/spi/mac/HIServicesSPI.h

    r241321 r256669  
    103103};
    104104
    105 #endif
    106 
    107105typedef UInt32 MSHCreateOptions;
    108106typedef const struct __AXTextMarker* AXTextMarkerRef;
     
    128126
    129127WTF_EXTERN_C_END
     128
     129#endif // USE(APPLE_INTERNAL_SDK)
Note: See TracChangeset for help on using the changeset viewer.