Title: [293284] branches/safari-613.2.7.1-branch/Source/WebCore/page/Page.cpp
Revision
293284
Author
[email protected]
Date
2022-04-22 20:28:58 -0700 (Fri, 22 Apr 2022)

Log Message

Unreviewed build fix. rdar://80544133

./page/Page.cpp:389:9: error: incomplete type 'WebCore::FontCache' named in nested name specifier

Modified Paths

Diff

Modified: branches/safari-613.2.7.1-branch/Source/WebCore/page/Page.cpp (293283 => 293284)


--- branches/safari-613.2.7.1-branch/Source/WebCore/page/Page.cpp	2022-04-23 03:27:30 UTC (rev 293283)
+++ branches/safari-613.2.7.1-branch/Source/WebCore/page/Page.cpp	2022-04-23 03:28:58 UTC (rev 293284)
@@ -63,6 +63,7 @@
 #include "EventNames.h"
 #include "ExtensionStyleSheets.h"
 #include "FocusController.h"
+#include "FontCache.h"
 #include "FrameLoader.h"
 #include "FrameLoaderClient.h"
 #include "FrameSelection.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to