Changeset 267533 in webkit
- Timestamp:
- Sep 24, 2020, 8:52:44 AM (6 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/PlatformEnableWinApple.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r267497 r267533 1 2020-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 1 12 2020-09-23 Fujii Hironori <Hironori.Fujii@sony.com> 2 13 -
trunk/Source/WTF/wtf/PlatformEnableWinApple.h
r255577 r267533 55 55 #define ENABLE_GEOLOCATION 1 56 56 #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.