Title: [226089] trunk/Source/WebCore
Revision
226089
Author
wenson_hs...@apple.com
Date
2017-12-18 17:39:22 -0800 (Mon, 18 Dec 2017)

Log Message

Unreviewed, attempt to fix watch and TV builds after r226085

Explicitly include a header in WebContentReaderCocoa.mm.

* editing/cocoa/WebContentReaderCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (226088 => 226089)


--- trunk/Source/WebCore/ChangeLog	2017-12-19 01:16:57 UTC (rev 226088)
+++ trunk/Source/WebCore/ChangeLog	2017-12-19 01:39:22 UTC (rev 226089)
@@ -1,3 +1,11 @@
+2017-12-18  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Unreviewed, attempt to fix watch and TV builds after r226085
+
+        Explicitly include a header in WebContentReaderCocoa.mm.
+
+        * editing/cocoa/WebContentReaderCocoa.mm:
+
 2017-12-18  Brady Eidson  <beid...@apple.com>
 
         Add ability to API test Service Workers via a custom protocol.

Modified: trunk/Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm (226088 => 226089)


--- trunk/Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm	2017-12-19 01:16:57 UTC (rev 226088)
+++ trunk/Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm	2017-12-19 01:39:22 UTC (rev 226089)
@@ -49,6 +49,7 @@
 #import "RuntimeEnabledFeatures.h"
 #import "Settings.h"
 #import "SocketProvider.h"
+#import "TypedElementDescendantIterator.h"
 #import "WebArchiveResourceFromNSAttributedString.h"
 #import "WebArchiveResourceWebResourceHandler.h"
 #import "WebNSAttributedStringExtras.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to