Title: [293378] branches/safari-613-branch/Source/WebCore/page/Page.cpp
Revision
293378
Author
repst...@apple.com
Date
2022-04-25 17:03:04 -0700 (Mon, 25 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-branch/Source/WebCore/page/Page.cpp (293377 => 293378)


--- branches/safari-613-branch/Source/WebCore/page/Page.cpp	2022-04-26 00:03:02 UTC (rev 293377)
+++ branches/safari-613-branch/Source/WebCore/page/Page.cpp	2022-04-26 00:03:04 UTC (rev 293378)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to