Title: [231537] trunk/Source/WebCore
- Revision
- 231537
- Author
- [email protected]
- Date
- 2018-05-08 21:14:48 -0700 (Tue, 08 May 2018)
Log Message
Unreviewed, fix the internal iOS build
Add a missing import statement in an implementation file.
* editing/cocoa/WebContentReaderCocoa.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (231536 => 231537)
--- trunk/Source/WebCore/ChangeLog 2018-05-09 01:48:44 UTC (rev 231536)
+++ trunk/Source/WebCore/ChangeLog 2018-05-09 04:14:48 UTC (rev 231537)
@@ -1,3 +1,11 @@
+2018-05-08 Wenson Hsieh <[email protected]>
+
+ Unreviewed, fix the internal iOS build
+
+ Add a missing import statement in an implementation file.
+
+ * editing/cocoa/WebContentReaderCocoa.mm:
+
2018-05-08 Ryan Haddad <[email protected]>
Unreviewed, rolling out r231486.
Modified: trunk/Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm (231536 => 231537)
--- trunk/Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm 2018-05-09 01:48:44 UTC (rev 231536)
+++ trunk/Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm 2018-05-09 04:14:48 UTC (rev 231537)
@@ -38,6 +38,7 @@
#import "Frame.h"
#import "FrameLoader.h"
#import "FrameLoaderClient.h"
+#import "HTMLAnchorElement.h"
#import "HTMLAttachmentElement.h"
#import "HTMLBRElement.h"
#import "HTMLBodyElement.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes