[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d

pfeldman at chromium.org pfeldman at chromium.org
Thu Dec 3 13:43:31 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 038f59f62bce4ad0b937274d1ff4c67e61fe8d42
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 24 17:20:56 2009 +0000

    2009-11-24  Pavel Feldman  <pfeldman at chromium.org>
    
            Not reviewed: touch inspector controller in order to
            kick win bot inspector deploy. rs=aroben.
    
            * inspector/InspectorController.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51340 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 00eb9b6..414c0af 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-24  Pavel Feldman  <pfeldman at chromium.org>
+
+        Not reviewed: touch inspector controller in order to
+        kick win bot inspector deploy. rs=aroben.
+
+        * inspector/InspectorController.cpp:
+
 2009-11-23  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Timothy Hatcher.
diff --git a/WebCore/inspector/InspectorController.cpp b/WebCore/inspector/InspectorController.cpp
index 52436ee..ddb13d2 100644
--- a/WebCore/inspector/InspectorController.cpp
+++ b/WebCore/inspector/InspectorController.cpp
@@ -1190,7 +1190,7 @@ void InspectorController::getCookies(long callId, const String& host)
             rawCookiesImplemented = getRawCookies(document, document->cookieURL(), docCookiesList);
             
             if (!rawCookiesImplemented)
-                // FIXME: We need duplication checking for the String representation of cookies.
+                // FIXME:We need duplication checking for the String representation of cookies.
                 stringCookiesList += document->cookie();
             else {
                 int cookiesSize = docCookiesList.size();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list