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

Changeset 267533 in webkit


Ignore:
Timestamp:
Sep 24, 2020, 8:52:44 AM (6 years ago)
Author:
Antti Koivisto
Message:

[LFC][Integration] Enable on Apple Windows port
https://bugs.webkit.org/show_bug.cgi?id=216928

Reviewed by Sam Weinig.

  • wtf/PlatformEnableWinApple.h:

For consistency.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r267497 r267533  
     12020-09-24  Antti Koivisto  <antti@apple.com>
     2
     3        [LFC][Integration] Enable on Apple Windows port
     4        https://bugs.webkit.org/show_bug.cgi?id=216928
     5
     6        Reviewed by Sam Weinig.
     7
     8        * wtf/PlatformEnableWinApple.h:
     9
     10        For consistency.
     11
    1122020-09-23  Fujii Hironori  <Hironori.Fujii@sony.com>
    213
  • trunk/Source/WTF/wtf/PlatformEnableWinApple.h

    r255577 r267533  
    5555#define ENABLE_GEOLOCATION 1
    5656#endif
     57
     58#if !defined(ENABLE_LAYOUT_FORMATTING_CONTEXT)
     59#define ENABLE_LAYOUT_FORMATTING_CONTEXT 1
     60#endif
Note: See TracChangeset for help on using the changeset viewer.