Title: [91100] trunk/Source/WebKit2
Revision
91100
Author
[email protected]
Date
2011-07-15 13:17:03 -0700 (Fri, 15 Jul 2011)

Log Message

Windows build fix.

* UIProcess/win/WebView.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (91099 => 91100)


--- trunk/Source/WebKit2/ChangeLog	2011-07-15 20:14:27 UTC (rev 91099)
+++ trunk/Source/WebKit2/ChangeLog	2011-07-15 20:17:03 UTC (rev 91100)
@@ -2,6 +2,12 @@
 
         Windows build fix.
 
+        * UIProcess/win/WebView.cpp:
+
+2011-07-15  Dan Bernstein  <[email protected]>
+
+        Windows build fix.
+
         * UIProcess/win/WebView.h:
 
 2011-07-15  Dan Bernstein  <[email protected]>

Modified: trunk/Source/WebKit2/UIProcess/win/WebView.cpp (91099 => 91100)


--- trunk/Source/WebKit2/UIProcess/win/WebView.cpp	2011-07-15 20:14:27 UTC (rev 91099)
+++ trunk/Source/WebKit2/UIProcess/win/WebView.cpp	2011-07-15 20:17:03 UTC (rev 91100)
@@ -32,7 +32,6 @@
 #include "NativeWebKeyboardEvent.h"
 #include "NativeWebMouseEvent.h"
 #include "NativeWebWheelEvent.h"
-#include "NotImplemented.h"
 #include "Region.h"
 #include "RunLoop.h"
 #include "WKAPICast.h"
@@ -54,6 +53,7 @@
 #include <WebCore/GraphicsContextCG.h>
 #endif
 #include <WebCore/IntRect.h>
+#include <WebCore/NotImplemented.h>
 #include <WebCore/SoftLinking.h>
 #include <WebCore/WebCoreInstanceHandle.h>
 #include <WebCore/WindowMessageBroadcaster.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to