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

hamaji at chromium.org hamaji at chromium.org
Thu Feb 4 21:35:59 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 8124442909ea458c04ba3d07898ffa7d1e425e59
Author: hamaji at chromium.org <hamaji at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 2 02:45:36 2010 +0000

    2010-02-01  Shinichiro Hamaji  <hamaji at chromium.org>
    
            Unreviewed fix for an invalid function call.
    
            check-webkit-style: Remove filename parameter from all functions where no longer used
            https://bugs.webkit.org/show_bug.cgi?id=34249
    
            * Scripts/webkitpy/style/checker.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54192 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 7392830..1e33102 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-01  Shinichiro Hamaji  <hamaji at chromium.org>
+
+        Unreviewed fix for an invalid function call.
+
+        check-webkit-style: Remove filename parameter from all functions where no longer used
+        https://bugs.webkit.org/show_bug.cgi?id=34249
+
+        * Scripts/webkitpy/style/checker.py:
+
 2010-02-01  Diego Gonzalez  <diego.gonzalez at openbossa.org>
 
         Reviewed by Kenneth Rohde Christiansen.
@@ -18608,5 +18617,3 @@ w-scroll.js
         * Scripts/prepare-ChangeLog:
 
 == Rolled over to ChangeLog-2009-06-16 ==
-./Scripts/webkitpy/committers.py
-bash-3.2$ 
\ No newline at end of file
diff --git a/WebKitTools/Scripts/webkitpy/style/checker.py b/WebKitTools/Scripts/webkitpy/style/checker.py
index faf954f..a365946 100644
--- a/WebKitTools/Scripts/webkitpy/style/checker.py
+++ b/WebKitTools/Scripts/webkitpy/style/checker.py
@@ -746,7 +746,7 @@ class StyleChecker(object):
             #
             # Use 0 for line_number since outputting only one error for
             # potentially several lines.
-            handle_style_error(file_path, 0, 'whitespace/newline', 1,
+            handle_style_error(0, 'whitespace/newline', 1,
                                'One or more unexpected \\r (^M) found;'
                                'better to use only a \\n')
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list