[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
mrowe at apple.com
mrowe at apple.com
Wed Mar 17 18:19:08 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit d8660a13fc2ec5d35d65bcbd715d84b36817df28
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