[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

mrowe at apple.com mrowe at apple.com
Thu Apr 8 02:10:41 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit a76a71871ac1a43ad7e3f9a5092c46ac0b1d0516
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 5 00:29:28 2010 +0000

    Build fix for older versions of Ruby.
    
    * Scripts/check-for-webkit-framework-include-consistency:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55562 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 7b89c54..e9b854e 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
 2010-03-04  Mark Rowe  <mrowe at apple.com>
 
+        Build fix for older versions of Ruby.
+
+        * Scripts/check-for-webkit-framework-include-consistency:
+
+2010-03-04  Mark Rowe  <mrowe at apple.com>
+
         Reviewed by Sam Weinig.
 
         Add a script to verify that WebKit framework headers are internally consistent.
diff --git a/WebKitTools/Scripts/check-for-webkit-framework-include-consistency b/WebKitTools/Scripts/check-for-webkit-framework-include-consistency
index 592d83f..3a1a438 100755
--- a/WebKitTools/Scripts/check-for-webkit-framework-include-consistency
+++ b/WebKitTools/Scripts/check-for-webkit-framework-include-consistency
@@ -67,7 +67,7 @@ def resolve_include(header, included_header, permitted_types)
   framework, included_header_name = [$1, $2]
 
   # Ignore includes that aren't related to other WebKit headers.
-  return unless framework.start_with?('Web')
+  return unless framework =~ /^Web/
 
   # A header of any type including a WebCore header is a recipe for disaster.
   if framework == "WebCore"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list