Title: [149096] trunk/Source/WebCore
Revision
149096
Author
par...@webkit.org
Date
2013-04-25 02:42:50 -0700 (Thu, 25 Apr 2013)

Log Message

Unreviewed WinCE build fix after r148545.

* page/wince/FrameWinCE.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (149095 => 149096)


--- trunk/Source/WebCore/ChangeLog	2013-04-25 08:01:53 UTC (rev 149095)
+++ trunk/Source/WebCore/ChangeLog	2013-04-25 09:42:50 UTC (rev 149096)
@@ -1,3 +1,9 @@
+2013-04-25  Patrick Gansterer  <par...@webkit.org>
+
+        Unreviewed WinCE build fix after r148545.
+
+        * page/wince/FrameWinCE.cpp:
+
 2013-04-24  Kent Tamura  <tk...@chromium.org>
 
         Back references don't work in pattern attribute

Modified: trunk/Source/WebCore/page/wince/FrameWinCE.cpp (149095 => 149096)


--- trunk/Source/WebCore/page/wince/FrameWinCE.cpp	2013-04-25 08:01:53 UTC (rev 149095)
+++ trunk/Source/WebCore/page/wince/FrameWinCE.cpp	2013-04-25 09:42:50 UTC (rev 149096)
@@ -29,6 +29,7 @@
 
 #include "Document.h"
 #include "FloatRect.h"
+#include "FrameSelection.h"
 #include "FrameView.h"
 #include "GraphicsContext.h"
 #include "HTMLIFrameElement.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to