Title: [275381] trunk/Source/WebKit
- Revision
- 275381
- Author
- [email protected]
- Date
- 2021-04-01 14:21:29 -0700 (Thu, 01 Apr 2021)
Log Message
Add #import for when unified sources doesn't import it first.
* Shared/ios/WebIconUtilities.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (275380 => 275381)
--- trunk/Source/WebKit/ChangeLog 2021-04-01 21:12:29 UTC (rev 275380)
+++ trunk/Source/WebKit/ChangeLog 2021-04-01 21:21:29 UTC (rev 275381)
@@ -1,3 +1,9 @@
+2021-04-01 Dean Jackson <[email protected]>
+
+ Add #import for when unified sources doesn't import it first.
+
+ * Shared/ios/WebIconUtilities.h:
+
2021-04-01 Chris Dumez <[email protected]>
Have the ServiceWorker process hold on to a file mapped version of the service worker scripts to save dirty memory
Modified: trunk/Source/WebKit/Shared/ios/WebIconUtilities.h (275380 => 275381)
--- trunk/Source/WebKit/Shared/ios/WebIconUtilities.h 2021-04-01 21:12:29 UTC (rev 275380)
+++ trunk/Source/WebKit/Shared/ios/WebIconUtilities.h 2021-04-01 21:21:29 UTC (rev 275381)
@@ -27,6 +27,8 @@
#if PLATFORM(IOS_FAMILY)
+#import <wtf/RetainPtr.h>
+
@class UIImage;
namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes