[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

jberlin at webkit.org jberlin at webkit.org
Thu Feb 4 21:36:52 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 36fa4247567c6bfdb257fc5eb5c95d752d721bcd
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 2 15:35:41 2010 +0000

    2010-02-02  Jessie Berlin  <jberlin at webkit.org>
    
            Rubber Stamped by Holger Freyther.
    
            [Qt] Fix style issue identified in bug:
            https://bugs.webkit.org/show_bug.cgi?id=34329
    
            * WebCoreSupport/InspectorClientQt.cpp:
            (WebCore::InspectorClientWebPage::InspectorClientWebPage):
            Fix indentation.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54236 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 620fa23..f58902f 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,14 @@
+2010-02-02  Jessie Berlin  <jberlin at webkit.org>
+
+        Rubber Stamped by Holger Freyther.
+
+        [Qt] Fix style issue identified in bug:
+        https://bugs.webkit.org/show_bug.cgi?id=34329
+
+        * WebCoreSupport/InspectorClientQt.cpp:
+        (WebCore::InspectorClientWebPage::InspectorClientWebPage):
+        Fix indentation.
+
 2010-02-01  Jessie Berlin  <jberlin at webkit.org>
 
         Reviewed by Holger Freyther.
diff --git a/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp b/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
index dc1e320..4927ea8 100644
--- a/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
+++ b/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
@@ -58,7 +58,7 @@ class InspectorClientWebPage : public QWebPage {
     friend class InspectorClientQt;
 public:
     InspectorClientWebPage(QObject* parent = 0)
-    : QWebPage(parent)
+        : QWebPage(parent)
     {
     }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list