Title: [161717] trunk/Source/WebCore
Revision
161717
Author
[email protected]
Date
2014-01-10 19:32:51 -0800 (Fri, 10 Jan 2014)

Log Message

Fix FrameIOS.o for iOS. Unreviewed build fix.

Remove stale include to file that no longer exists. It was not needed.

* page/ios/FrameIOS.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161716 => 161717)


--- trunk/Source/WebCore/ChangeLog	2014-01-11 03:29:43 UTC (rev 161716)
+++ trunk/Source/WebCore/ChangeLog	2014-01-11 03:32:51 UTC (rev 161717)
@@ -1,5 +1,13 @@
 2014-01-10  Joseph Pecoraro  <[email protected]>
 
+        Fix FrameIOS.o for iOS. Unreviewed build fix.
+
+        Remove stale include to file that no longer exists. It was not needed.
+
+        * page/ios/FrameIOS.mm:
+
+2014-01-10  Joseph Pecoraro  <[email protected]>
+
         Fix MonthInputType.o for iOS. Unreviewed build fix.
 
         When ENABLE_INPUT_MULTIPLE_FIELDS_UI was removed in r150876,

Modified: trunk/Source/WebCore/page/ios/FrameIOS.mm (161716 => 161717)


--- trunk/Source/WebCore/page/ios/FrameIOS.mm	2014-01-11 03:29:43 UTC (rev 161716)
+++ trunk/Source/WebCore/page/ios/FrameIOS.mm	2014-01-11 03:32:51 UTC (rev 161717)
@@ -43,7 +43,6 @@
 #import "EventNames.h"
 #import "FormController.h"
 #import "FrameSelection.h"
-#import "FrameSnapshottingMac.h"
 #import "FrameView.h"
 #import "HTMLAreaElement.h"
 #import "HTMLDocument.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to