Changeset 256320 in webkit


Ignore:
Timestamp:
Feb 11, 2020 10:58:19 AM (4 years ago)
Author:
Chris Fleizach
Message:

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

Reviewed by Chris Dumez.

  • pal/spi/mac/HIServicesSPI.h:
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r256294 r256320  
     12020-02-11  Chris Fleizach  <cfleizach@apple.com>
     2
     3        AX: Wrong includes for internal SDK
     4        https://bugs.webkit.org/show_bug.cgi?id=207554
     5
     6        Reviewed by Chris Dumez.
     7
     8        * pal/spi/mac/HIServicesSPI.h:
     9
    1102020-02-11  chris fleizach  <cfleizach@apple.com>
    211
  • trunk/Source/WebCore/PAL/pal/spi/mac/HIServicesSPI.h

    r256294 r256320  
    103103};
    104104
    105 #endif
    106 
    107105typedef UInt32 MSHCreateOptions;
    108106typedef const struct __AXTextMarker* AXTextMarkerRef;
     
    150148
    151149WTF_EXTERN_C_END
     150
     151#endif // USE(APPLE_INTERNAL_SDK)
Note: See TracChangeset for help on using the changeset viewer.