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

tkent at chromium.org tkent at chromium.org
Wed Dec 22 18:38:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ecce052fa0749d04d2f122cc91468a770e8ca8a0
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 15 02:36:18 2010 +0000

    2010-12-14  Kent Tamura  <tkent at chromium.org>
    
            Reviewed by Jian Li.
    
            [DRT/Chromium] Remove another unnecessary error message
            https://bugs.webkit.org/show_bug.cgi?id=51083
    
            * DumpRenderTree/chromium/WebViewHost.cpp:
            (WebViewHost::didInvalidateRect):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74092 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 48b70e3..761ba9e 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-14  Kent Tamura  <tkent at chromium.org>
+
+        Reviewed by Jian Li.
+
+        [DRT/Chromium] Remove another unnecessary error message
+        https://bugs.webkit.org/show_bug.cgi?id=51083
+
+        * DumpRenderTree/chromium/WebViewHost.cpp:
+        (WebViewHost::didInvalidateRect):
+
 2010-12-14  Lucas Forschler  <lforschler at apple.com>
 
         Reviewed by Stephanie Lewis.
diff --git a/WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp b/WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp
index 2bf84a2..e3c8c28 100644
--- a/WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp
+++ b/WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp
@@ -624,8 +624,6 @@ WebDeviceOrientationClient* WebViewHost::deviceOrientationClient()
 
 void WebViewHost::didInvalidateRect(const WebRect& rect)
 {
-    if (m_isPainting)
-        LOG_ERROR("unexpected invalidation while painting");
     updatePaintRect(rect);
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list