Title: [88795] trunk/Source/WebKit/qt
Revision
88795
Author
[email protected]
Date
2011-06-14 06:42:40 -0700 (Tue, 14 Jun 2011)

Log Message

2011-06-14  Andreas Kling  <[email protected]>

        Reviewed by Benjamin Poulain.

        [Qt] Don't include convenience "QWebFoo" headers in WebKit code.
        https://bugs.webkit.org/show_bug.cgi?id=62632

        * WebCoreSupport/FrameNetworkingContextQt.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (88794 => 88795)


--- trunk/Source/WebKit/qt/ChangeLog	2011-06-14 13:27:27 UTC (rev 88794)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-06-14 13:42:40 UTC (rev 88795)
@@ -1,3 +1,12 @@
+2011-06-14  Andreas Kling  <[email protected]>
+
+        Reviewed by Benjamin Poulain.
+
+        [Qt] Don't include convenience "QWebFoo" headers in WebKit code.
+        https://bugs.webkit.org/show_bug.cgi?id=62632
+
+        * WebCoreSupport/FrameNetworkingContextQt.cpp:
+
 2011-06-12  Adam Barth  <[email protected]>
 
         Reviewed by Alexey Proskuryakov.

Modified: trunk/Source/WebKit/qt/WebCoreSupport/FrameNetworkingContextQt.cpp (88794 => 88795)


--- trunk/Source/WebKit/qt/WebCoreSupport/FrameNetworkingContextQt.cpp	2011-06-14 13:27:27 UTC (rev 88794)
+++ trunk/Source/WebKit/qt/WebCoreSupport/FrameNetworkingContextQt.cpp	2011-06-14 13:42:40 UTC (rev 88795)
@@ -21,10 +21,10 @@
 
 #include "FrameNetworkingContextQt.h"
 
+#include "qwebframe.h"
+#include "qwebpage.h"
 #include <QNetworkAccessManager>
 #include <QObject>
-#include <QWebFrame>
-#include <QWebPage>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to