Title: [222464] trunk/Source/WebCore
Revision
222464
Author
[email protected]
Date
2017-09-25 14:05:06 -0700 (Mon, 25 Sep 2017)

Log Message

Fix the build with <attachment> disabled

* editing/mac/WebContentReaderMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (222463 => 222464)


--- trunk/Source/WebCore/ChangeLog	2017-09-25 20:50:48 UTC (rev 222463)
+++ trunk/Source/WebCore/ChangeLog	2017-09-25 21:05:06 UTC (rev 222464)
@@ -1,3 +1,9 @@
+2017-09-25  Timothy Horton  <[email protected]>
+
+        Fix the build with <attachment> disabled
+
+        * editing/mac/WebContentReaderMac.mm:
+
 2017-09-25  Per Arne Vollan  <[email protected]>
 
         Unreviewed Windows build fix.

Modified: trunk/Source/WebCore/editing/mac/WebContentReaderMac.mm (222463 => 222464)


--- trunk/Source/WebCore/editing/mac/WebContentReaderMac.mm	2017-09-25 20:50:48 UTC (rev 222463)
+++ trunk/Source/WebCore/editing/mac/WebContentReaderMac.mm	2017-09-25 21:05:06 UTC (rev 222464)
@@ -30,6 +30,9 @@
 #import "Document.h"
 #import "DocumentFragment.h"
 #import "DocumentLoader.h"
+#import "Editing.h"
+#import "Editor.h"
+#import "EditorClient.h"
 #import "File.h"
 #import "FragmentScriptingPermission.h"
 #import "FrameLoader.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to