Title: [293283] branches/safari-613.2.7.0-branch/Source/WebCore/page/Page.cpp
Revision
293283
Author
[email protected]
Date
2022-04-22 20:27:30 -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.0-branch/Source/WebCore/page/Page.cpp (293282 => 293283)


--- branches/safari-613.2.7.0-branch/Source/WebCore/page/Page.cpp	2022-04-23 02:58:07 UTC (rev 293282)
+++ branches/safari-613.2.7.0-branch/Source/WebCore/page/Page.cpp	2022-04-23 03:27:30 UTC (rev 293283)
@@ -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