Title: [148626] trunk/Source/WebCore
Revision
148626
Author
[email protected]
Date
2013-04-17 12:17:31 -0700 (Wed, 17 Apr 2013)

Log Message

[Qt] Unreviewed Windows buildfix.

* platform/qt/DragDataQt.cpp: Add a missing include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148625 => 148626)


--- trunk/Source/WebCore/ChangeLog	2013-04-17 19:14:43 UTC (rev 148625)
+++ trunk/Source/WebCore/ChangeLog	2013-04-17 19:17:31 UTC (rev 148626)
@@ -1,3 +1,9 @@
+2013-04-17  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed Windows buildfix.
+
+        * platform/qt/DragDataQt.cpp: Add a missing include.
+
 2013-04-17  ChangSeok Oh  <[email protected]>
 
         Breaking Float: floated block level element following inline element in floated container breaks to next line

Modified: trunk/Source/WebCore/platform/qt/DragDataQt.cpp (148625 => 148626)


--- trunk/Source/WebCore/platform/qt/DragDataQt.cpp	2013-04-17 19:14:43 UTC (rev 148625)
+++ trunk/Source/WebCore/platform/qt/DragDataQt.cpp	2013-04-17 19:17:31 UTC (rev 148626)
@@ -29,6 +29,7 @@
 #include "Document.h"
 #include "DocumentFragment.h"
 #include "Frame.h"
+#include "Range.h"
 #include "markup.h"
 
 #include <QColor>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to