Title: [295466] trunk/Source/WebKit/UIProcess/WebPageProxy.h
Revision
295466
Author
[email protected]
Date
2022-06-10 15:45:06 -0700 (Fri, 10 Jun 2022)

Log Message

Unified build: error: reference to 'FontInfo' is ambiguous
https://bugs.webkit.org/show_bug.cgi?id=241524

Reviewed by Darin Adler.

Fix unified build error.

* Source/WebKit/UIProcess/WebPageProxy.h: removed unused forward declaration.
It may cause name clash with ::FontInfo (from QD.framework/Headers/Quickdraw.h)
on Mac when this file is included into the same unified source as another .cpp
file declaring 'using namespace WebKit;'.

Canonical link: https://commits.webkit.org/251471@main

Modified Paths

Diff

Modified: trunk/Source/WebKit/UIProcess/WebPageProxy.h (295465 => 295466)


--- trunk/Source/WebKit/UIProcess/WebPageProxy.h	2022-06-10 22:13:36 UTC (rev 295465)
+++ trunk/Source/WebKit/UIProcess/WebPageProxy.h	2022-06-10 22:45:06 UTC (rev 295466)
@@ -399,7 +399,6 @@
 struct EditorState;
 struct FrameTreeNodeData;
 struct FocusedElementInformation;
-struct FontInfo;
 struct FrameInfoData;
 struct InputMethodState;
 struct InsertTextOptions;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to