Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 7e8eed5

Browse files
[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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@267533 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 3455a31 commit 7e8eed5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Source/WTF/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2020-09-24 Antti Koivisto <[email protected]>
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+
112
2020-09-23 Fujii Hironori <[email protected]>
213

314
Remove ENABLE_SVG_FONTS macro

Source/WTF/wtf/PlatformEnableWinApple.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@
5454
#if !defined(ENABLE_GEOLOCATION)
5555
#define ENABLE_GEOLOCATION 1
5656
#endif
57+
58+
#if !defined(ENABLE_LAYOUT_FORMATTING_CONTEXT)
59+
#define ENABLE_LAYOUT_FORMATTING_CONTEXT 1
60+
#endif

0 commit comments

Comments
 (0)