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

jhawkins at chromium.org jhawkins at chromium.org
Wed Dec 22 11:12:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ca29e6b83e4463bb991be3ca7853f563885639c0
Author: jhawkins at chromium.org <jhawkins at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 15 01:21:07 2010 +0000

    2010-07-14  James Hawkins  <jhawkins at chromium.org>
    
            UNREVIEWED Build Fix.
    
            Fix a typo.
    
            * src/WebViewImpl.cpp:
            (WebKit::WebViewImpl::applyAutoFillSuggestions):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63388 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index f85c3f9..325bb73 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-14  James Hawkins  <jhawkins at chromium.org>
+
+        UNREVIEWED Build Fix.
+
+        Fix a typo.
+
+        * src/WebViewImpl.cpp:
+        (WebKit::WebViewImpl::applyAutoFillSuggestions):
+
 2010-07-14  James Robinson  <jamesr at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/chromium/src/WebViewImpl.cpp b/WebKit/chromium/src/WebViewImpl.cpp
index 251fd04..cbfee63 100644
--- a/WebKit/chromium/src/WebViewImpl.cpp
+++ b/WebKit/chromium/src/WebViewImpl.cpp
@@ -1737,7 +1737,7 @@ void WebViewImpl::applyAutoFillSuggestions(
     int separatorIndex)
 {
     ASSERT(names.size() == labels.size());
-    ASSERT(names.size() == unique_ids.size());
+    ASSERT(names.size() == uniqueIDs.size());
     ASSERT(separatorIndex < static_cast<int>(names.size()));
 
     if (names.isEmpty()) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list