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

Log Message

More Windows build fixes.

* platform/win/DragDataWin.cpp:
* platform/win/PasteboardWin.cpp:

Modified Paths

Diff

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


--- trunk/Source/WebCore/ChangeLog	2013-04-16 22:03:37 UTC (rev 148548)
+++ trunk/Source/WebCore/ChangeLog	2013-04-16 22:22:12 UTC (rev 148549)
@@ -1,3 +1,10 @@
+2013-04-16  Ryosuke Niwa  <[email protected]>
+
+        More Windows build fixes.
+
+        * platform/win/DragDataWin.cpp:
+        * platform/win/PasteboardWin.cpp:
+
 2013-04-16  Sam Weinig  <[email protected]>
 
         Windows build fix.

Modified: trunk/Source/WebCore/platform/win/DragDataWin.cpp (148548 => 148549)


--- trunk/Source/WebCore/platform/win/DragDataWin.cpp	2013-04-16 22:03:37 UTC (rev 148548)
+++ trunk/Source/WebCore/platform/win/DragDataWin.cpp	2013-04-16 22:22:12 UTC (rev 148549)
@@ -32,6 +32,7 @@
 #include "Frame.h"
 #include "DocumentFragment.h"
 #include "Markup.h"
+#include "Range.h"
 #include "TextEncoding.h"
 #include <objidl.h>
 #include <shlwapi.h>

Modified: trunk/Source/WebCore/platform/win/PasteboardWin.cpp (148548 => 148549)


--- trunk/Source/WebCore/platform/win/PasteboardWin.cpp	2013-04-16 22:03:37 UTC (rev 148548)
+++ trunk/Source/WebCore/platform/win/PasteboardWin.cpp	2013-04-16 22:22:12 UTC (rev 148549)
@@ -31,6 +31,7 @@
 #include "ClipboardUtilitiesWin.h"
 #include "Document.h"
 #include "DocumentFragment.h"
+#include "Editor.h"
 #include "Element.h"
 #include "Frame.h"
 #include "HWndDC.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to