⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243229 in webkit


Ignore:
Timestamp:
Mar 20, 2019, 12:57:24 PM (7 years ago)
Author:
timothy@apple.com
Message:

Unreviewed followup to r243169 to fix test failures.

  • DerivedSources.make: Add HAVE_OS_DARK_MODE_SUPPORT to FEATURE_AND_PLATFORM_DEFINES.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r243227 r243229  
     12019-03-20  Timothy Hatcher  <timothy@apple.com>
     2
     3        Unreviewed followup to r243169 to fix test failures.
     4
     5        * DerivedSources.make: Add HAVE_OS_DARK_MODE_SUPPORT to FEATURE_AND_PLATFORM_DEFINES.
     6
    172019-03-20  Keith Rollin  <krollin@apple.com>
    28
  • trunk/Source/WebCore/DerivedSources.make

    r243193 r243229  
    11691169endif
    11701170
     1171ifeq ($(HAVE_OS_DARK_MODE_SUPPORT), 1)
     1172FEATURE_AND_PLATFORM_DEFINES += HAVE_OS_DARK_MODE_SUPPORT
     1173endif
     1174
    11711175ifeq ($(PLATFORM_FEATURE_DEFINES),)
    11721176ifeq ($(OS), Windows_NT)
Note: See TracChangeset for help on using the changeset viewer.