Title: [94960] trunk/Source/WebKit2
Revision
94960
Author
[email protected]
Date
2011-09-12 10:02:55 -0700 (Mon, 12 Sep 2011)

Log Message

[Qt]Style error fix.

Reviewed by Andreas Kling.

* UIProcess/qt/QtWebPageProxy.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (94959 => 94960)


--- trunk/Source/WebKit2/ChangeLog	2011-09-12 16:46:16 UTC (rev 94959)
+++ trunk/Source/WebKit2/ChangeLog	2011-09-12 17:02:55 UTC (rev 94960)
@@ -1,3 +1,11 @@
+2011-09-12  Alexis Menard  <[email protected]>
+
+        [Qt]Style error fix.
+
+        Reviewed by Andreas Kling.
+
+        * UIProcess/qt/QtWebPageProxy.cpp:
+
 2011-09-11  Mark Rowe  <[email protected]>
 
         <rdar://problem/9878268> Pressing caps lock after closing a showModalDialog window results in WebProcess exiting

Modified: trunk/Source/WebKit2/UIProcess/qt/QtWebPageProxy.cpp (94959 => 94960)


--- trunk/Source/WebKit2/UIProcess/qt/QtWebPageProxy.cpp	2011-09-12 16:46:16 UTC (rev 94959)
+++ trunk/Source/WebKit2/UIProcess/qt/QtWebPageProxy.cpp	2011-09-12 17:02:55 UTC (rev 94960)
@@ -26,12 +26,12 @@
 #include "ClientImpl.h"
 #include "qwkhistory.h"
 #include "qwkhistory_p.h"
-#include "ViewInterface.h"
 #include "FindIndicator.h"
 #include "LocalizedStrings.h"
 #include "NativeWebKeyboardEvent.h"
 #include "NotImplemented.h"
 #include "PolicyInterface.h"
+#include "ViewInterface.h"
 #include "WebBackForwardList.h"
 #include "WebContext.h"
 #include "WebContextMenuProxyQt.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to