Title: [148548] trunk/Source/WebCore
Revision
148548
Author
[email protected]
Date
2013-04-16 15:03:37 -0700 (Tue, 16 Apr 2013)

Log Message

Windows build fix.

* page/win/FrameWin.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148547 => 148548)


--- trunk/Source/WebCore/ChangeLog	2013-04-16 22:01:38 UTC (rev 148547)
+++ trunk/Source/WebCore/ChangeLog	2013-04-16 22:03:37 UTC (rev 148548)
@@ -1,3 +1,9 @@
+2013-04-16  Sam Weinig  <[email protected]>
+
+        Windows build fix.
+
+        * page/win/FrameWin.cpp:
+
 2013-04-16  Dean Jackson  <[email protected]>
 
         PlugIns that resize in user gestures should be immune to snapshotting

Modified: trunk/Source/WebCore/page/win/FrameWin.cpp (148547 => 148548)


--- trunk/Source/WebCore/page/win/FrameWin.cpp	2013-04-16 22:01:38 UTC (rev 148547)
+++ trunk/Source/WebCore/page/win/FrameWin.cpp	2013-04-16 22:03:37 UTC (rev 148548)
@@ -30,7 +30,9 @@
 #include "Document.h"
 #include "FloatRect.h"
 #include "Frame.h"
+#include "FrameSelection.h"
 #include "PrintContext.h"
+#include "Range.h"
 #include "RenderView.h"
 #include "Settings.h"
 #include "TransformationMatrix.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to