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

Log Message

Even more Windows build fix and a Qt minimal build fix attempt.

* html/parser/XSSAuditorDelegate.cpp:
* page/win/FrameCGWin.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148550 => 148551)


--- trunk/Source/WebCore/ChangeLog	2013-04-16 22:24:28 UTC (rev 148550)
+++ trunk/Source/WebCore/ChangeLog	2013-04-16 22:28:32 UTC (rev 148551)
@@ -1,5 +1,12 @@
 2013-04-16  Ryosuke Niwa  <[email protected]>
 
+        Even more Windows build fix and a Qt minimal build fix attempt.
+
+        * html/parser/XSSAuditorDelegate.cpp:
+        * page/win/FrameCGWin.cpp:
+
+2013-04-16  Ryosuke Niwa  <[email protected]>
+
         More Windows build fixes.
 
         * platform/win/DragDataWin.cpp:

Modified: trunk/Source/WebCore/html/parser/XSSAuditorDelegate.cpp (148550 => 148551)


--- trunk/Source/WebCore/html/parser/XSSAuditorDelegate.cpp	2013-04-16 22:24:28 UTC (rev 148550)
+++ trunk/Source/WebCore/html/parser/XSSAuditorDelegate.cpp	2013-04-16 22:28:32 UTC (rev 148551)
@@ -39,6 +39,7 @@
 #include "PingLoader.h"
 #include "SecurityOrigin.h"
 #include <wtf/text/StringBuilder.h>
+#include <wtf/text/CString.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/page/win/FrameCGWin.cpp (148550 => 148551)


--- trunk/Source/WebCore/page/win/FrameCGWin.cpp	2013-04-16 22:24:28 UTC (rev 148550)
+++ trunk/Source/WebCore/page/win/FrameCGWin.cpp	2013-04-16 22:28:32 UTC (rev 148551)
@@ -28,6 +28,7 @@
 
 #include "BitmapInfo.h"
 #include "Frame.h"
+#include "FrameSelection.h"
 #include "FrameView.h"
 #include "GraphicsContextCG.h"
 #include "RenderObject.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to