Title: [110523] trunk/Tools
Revision
110523
Author
[email protected]
Date
2012-03-12 18:31:25 -0700 (Mon, 12 Mar 2012)

Log Message

More Windows build fixing.

* DumpRenderTree/win/AccessibilityControllerWin.cpp:
* DumpRenderTree/win/EditingDelegate.cpp:
* DumpRenderTree/win/EventSender.cpp:
* DumpRenderTree/win/FrameLoadDelegate.cpp:
* DumpRenderTree/win/LayoutTestControllerWin.cpp:
* DumpRenderTree/win/UIDelegate.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (110522 => 110523)


--- trunk/Tools/ChangeLog	2012-03-13 01:29:50 UTC (rev 110522)
+++ trunk/Tools/ChangeLog	2012-03-13 01:31:25 UTC (rev 110523)
@@ -1,3 +1,14 @@
+2012-03-12  Jessie Berlin  <[email protected]>
+
+        More Windows build fixing.
+
+        * DumpRenderTree/win/AccessibilityControllerWin.cpp:
+        * DumpRenderTree/win/EditingDelegate.cpp:
+        * DumpRenderTree/win/EventSender.cpp:
+        * DumpRenderTree/win/FrameLoadDelegate.cpp:
+        * DumpRenderTree/win/LayoutTestControllerWin.cpp:
+        * DumpRenderTree/win/UIDelegate.cpp:
+
 2012-03-12  Dirk Pranke  <[email protected]>
 
         remove the 'gpu' group from the flakiness dashboard

Modified: trunk/Tools/DumpRenderTree/win/AccessibilityControllerWin.cpp (110522 => 110523)


--- trunk/Tools/DumpRenderTree/win/AccessibilityControllerWin.cpp	2012-03-13 01:29:50 UTC (rev 110522)
+++ trunk/Tools/DumpRenderTree/win/AccessibilityControllerWin.cpp	2012-03-13 01:31:25 UTC (rev 110523)
@@ -29,13 +29,13 @@
 #include "AccessibilityUIElement.h"
 #include "DumpRenderTree.h"
 #include "FrameLoadDelegate.h"
-#include <_javascript_Core/Assertions.h>
 #include <_javascript_Core/JSRetainPtr.h>
 #include <_javascript_Core/JSStringRef.h>
 #include <WebCore/COMPtr.h>
 #include <WebKit/WebKit.h>
 #include <oleacc.h>
 #include <string>
+#include <wtf/Assertions.h>
 
 using namespace std;
 

Modified: trunk/Tools/DumpRenderTree/win/EditingDelegate.cpp (110522 => 110523)


--- trunk/Tools/DumpRenderTree/win/EditingDelegate.cpp	2012-03-13 01:29:50 UTC (rev 110522)
+++ trunk/Tools/DumpRenderTree/win/EditingDelegate.cpp	2012-03-13 01:31:25 UTC (rev 110523)
@@ -32,8 +32,8 @@
 #include "DumpRenderTree.h"
 #include "LayoutTestController.h"
 #include <WebCore/COMPtr.h>
+#include <wtf/Assertions.h>
 #include <wtf/Platform.h>
-#include <_javascript_Core/Assertions.h>
 #include <string>
 #include <tchar.h>
 

Modified: trunk/Tools/DumpRenderTree/win/EventSender.cpp (110522 => 110523)


--- trunk/Tools/DumpRenderTree/win/EventSender.cpp	2012-03-13 01:29:50 UTC (rev 110522)
+++ trunk/Tools/DumpRenderTree/win/EventSender.cpp	2012-03-13 01:31:25 UTC (rev 110523)
@@ -34,9 +34,9 @@
 
 #include <WebCore/COMPtr.h>
 #include <wtf/ASCIICType.h>
+#include <wtf/Assertions.h>
 #include <wtf/Platform.h>
 #include <_javascript_Core/_javascript_Core.h>
-#include <_javascript_Core/Assertions.h>
 #include <WebKit/WebKit.h>
 #include <windows.h>
 

Modified: trunk/Tools/DumpRenderTree/win/FrameLoadDelegate.cpp (110522 => 110523)


--- trunk/Tools/DumpRenderTree/win/FrameLoadDelegate.cpp	2012-03-13 01:29:50 UTC (rev 110522)
+++ trunk/Tools/DumpRenderTree/win/FrameLoadDelegate.cpp	2012-03-13 01:31:25 UTC (rev 110523)
@@ -39,11 +39,11 @@
 #include "WorkQueueItem.h"
 #include "WorkQueue.h"
 #include <WebCore/COMPtr.h>
-#include <_javascript_Core/Assertions.h>
 #include <_javascript_Core/_javascript_Core.h>
 #include <WebKit/WebKit.h>
 #include <stdio.h>
 #include <string>
+#include <wtf/Assertions.h>
 #include <wtf/PassOwnPtr.h>
 #include <wtf/Vector.h>
 

Modified: trunk/Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp (110522 => 110523)


--- trunk/Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp	2012-03-13 01:29:50 UTC (rev 110522)
+++ trunk/Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp	2012-03-13 01:31:25 UTC (rev 110523)
@@ -35,7 +35,6 @@
 #include "WorkQueue.h"
 #include "WorkQueueItem.h"
 #include <CoreFoundation/CoreFoundation.h>
-#include <_javascript_Core/Assertions.h>
 #include <_javascript_Core/JSRetainPtr.h>
 #include <_javascript_Core/JSStringRefBSTR.h>
 #include <_javascript_Core/_javascript_Core.h>
@@ -47,6 +46,7 @@
 #include <shlguid.h>
 #include <shobjidl.h>
 #include <string>
+#include <wtf/Assertions.h>
 #include <wtf/Platform.h>
 #include <wtf/RetainPtr.h>
 #include <wtf/Vector.h>

Modified: trunk/Tools/DumpRenderTree/win/UIDelegate.cpp (110522 => 110523)


--- trunk/Tools/DumpRenderTree/win/UIDelegate.cpp	2012-03-13 01:29:50 UTC (rev 110522)
+++ trunk/Tools/DumpRenderTree/win/UIDelegate.cpp	2012-03-13 01:31:25 UTC (rev 110523)
@@ -36,10 +36,10 @@
 #include "DRTDesktopNotificationPresenter.h"
 
 #include <WebCore/COMPtr.h>
+#include <wtf/Assertions.h>
 #include <wtf/PassOwnPtr.h>
 #include <wtf/Platform.h>
 #include <wtf/Vector.h>
-#include <_javascript_Core/Assertions.h>
 #include <_javascript_Core/_javascript_Core.h>
 #include <WebKit/WebKit.h>
 #include <stdio.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to