Title: [277504] trunk/Source/WebCore
- Revision
- 277504
- Author
- [email protected]
- Date
- 2021-05-14 14:26:59 -0700 (Fri, 14 May 2021)
Log Message
Fix a build after r277493
* editing/cocoa/AttributedString.h:
I removed an unneeded NSDictionary declaration that was being used here.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (277503 => 277504)
--- trunk/Source/WebCore/ChangeLog 2021-05-14 20:33:24 UTC (rev 277503)
+++ trunk/Source/WebCore/ChangeLog 2021-05-14 21:26:59 UTC (rev 277504)
@@ -1,3 +1,10 @@
+2021-05-14 Alex Christensen <[email protected]>
+
+ Fix a build after r277493
+
+ * editing/cocoa/AttributedString.h:
+ I removed an unneeded NSDictionary declaration that was being used here.
+
2021-05-14 Ziran Sun <[email protected]>
Wrong static position for out-of-flow positioned element with different writing-mode than its containing block
Modified: trunk/Source/WebCore/editing/cocoa/AttributedString.h (277503 => 277504)
--- trunk/Source/WebCore/editing/cocoa/AttributedString.h 2021-05-14 20:33:24 UTC (rev 277503)
+++ trunk/Source/WebCore/editing/cocoa/AttributedString.h 2021-05-14 21:26:59 UTC (rev 277504)
@@ -28,6 +28,7 @@
#import <wtf/RetainPtr.h>
OBJC_CLASS NSAttributedString;
+OBJC_CLASS NSDictionary;
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes