[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:28:18 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 2fd67b6f136851641d7c3eaf11da237063142dc0
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 30 22:38:18 2002 +0000

            Inline critical function.
    
            * kwq/KWQString.mm:
            (compareToLatinCharacter):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1701 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index bd647ae..37903eb 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-07-30  Richard Williamson (local)  <rjw at apple.com>
+
+        Inline critical function.
+        
+        * kwq/KWQString.mm:
+        (compareToLatinCharacter):
+
 2002-07-30  Richard Williamson  <rjw at apple.com>
 
         Wow!  Avoid creation of unicode string when only a single character
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index bd647ae..37903eb 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-07-30  Richard Williamson (local)  <rjw at apple.com>
+
+        Inline critical function.
+        
+        * kwq/KWQString.mm:
+        (compareToLatinCharacter):
+
 2002-07-30  Richard Williamson  <rjw at apple.com>
 
         Wow!  Avoid creation of unicode string when only a single character
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index bd647ae..37903eb 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-07-30  Richard Williamson (local)  <rjw at apple.com>
+
+        Inline critical function.
+        
+        * kwq/KWQString.mm:
+        (compareToLatinCharacter):
+
 2002-07-30  Richard Williamson  <rjw at apple.com>
 
         Wow!  Avoid creation of unicode string when only a single character
diff --git a/WebCore/kwq/KWQString.mm b/WebCore/kwq/KWQString.mm
index 7904367..6e53063 100644
--- a/WebCore/kwq/KWQString.mm
+++ b/WebCore/kwq/KWQString.mm
@@ -370,7 +370,7 @@ static int findCheapCount = 0;
 
 const int caseDelta = ('a' - 'A');
 
-static bool compareToLatinCharacter (UniChar c1, UniChar c2, bool caseSensitive)
+static inline bool compareToLatinCharacter (UniChar c1, UniChar c2, bool caseSensitive)
 {
     if (!caseSensitive){
         if (c2 >= 'a' && c2 <= 'z'){

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list