[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

mitz at apple.com mitz at apple.com
Wed Dec 22 17:47:02 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4a926cdbb9080436af22877e63cbd6e0175d3cd4
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 30 07:32:37 2010 +0000

    Build fix for non-ICU platforms after r72887.
    
    * editing/TextIterator.cpp:
    (WebCore::SearchBuffer::prependContext):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72891 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0d82a28..7f43e9d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-11-29  Dan Bernstein  <mitz at apple.com>
 
+        Build fix for non-ICU platforms after r72887.
+
+        * editing/TextIterator.cpp:
+        (WebCore::SearchBuffer::prependContext):
+
+2010-11-29  Dan Bernstein  <mitz at apple.com>
+
         Reviewed by Darin Adler.
 
         WebCore part of <rdar://problem/8650085> adding word-prefix search options to the text search API.
diff --git a/WebCore/editing/TextIterator.cpp b/WebCore/editing/TextIterator.cpp
index 6248d41..1bc558a 100644
--- a/WebCore/editing/TextIterator.cpp
+++ b/WebCore/editing/TextIterator.cpp
@@ -2225,7 +2225,7 @@ inline bool SearchBuffer::needsMoreContext() const
     return false;
 }
 
-void prependContext(const UChar*, size_t)
+void SearchBuffer::prependContext(const UChar*, size_t)
 {
     ASSERT_NOT_REACHED();
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list