Changeset 265010 in webkit


Ignore:
Timestamp:
Jul 28, 2020 2:43:42 PM (4 years ago)
Author:
Jonathan Bedard
Message:

[Big Sur] Wrap SPI in feature guards (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=214844
<rdar://problem/66178527>

Unreviewed build fix.

  • pal/spi/mac/NSImageSPI.h: Guard SPI with NS_ASSUME_NONNULL.
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

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

    r264946 r265010  
     12020-07-28  Jonathan Bedard  <jbedard@apple.com>
     2
     3        [Big Sur] Wrap SPI in feature guards (Follow-up fix)
     4        https://bugs.webkit.org/show_bug.cgi?id=214844
     5        <rdar://problem/66178527>
     6
     7        Unreviewed build fix.
     8
     9        * pal/spi/mac/NSImageSPI.h: Guard SPI with NS_ASSUME_NONNULL.
     10
    1112020-07-27  Jonathan Bedard  <jbedard@apple.com>
    212
  • trunk/Source/WebCore/PAL/pal/spi/mac/NSImageSPI.h

    r264946 r265010  
    4949
    5050#if HAVE(ALTERNATE_ICONS)
     51
     52NS_ASSUME_NONNULL_BEGIN
     53
    5154extern const NSImageHintKey NSImageHintSymbolFont;
    5255extern const NSImageHintKey NSImageHintSymbolScale;
     56
     57NS_ASSUME_NONNULL_END
     58
    5359#endif
    5460
Note: See TracChangeset for help on using the changeset viewer.