[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:13 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 5fb3aecef5324c85972548d7bc1cd44bf6af35f7
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Dec 15 00:32:05 2010 +0000
2010-12-14 Kent Tamura <tkent at chromium.org>
Reviewed by Jian Li.
[DRT/Chromium] Remove a unnecessary error message
https://bugs.webkit.org/show_bug.cgi?id=51069
* DumpRenderTree/chromium/WebViewHost.cpp:
(WebViewHost::paintInvalidatedRegion):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74072 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 0031d35..33dc20f 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 a unnecessary error message
+ https://bugs.webkit.org/show_bug.cgi?id=51069
+
+ * DumpRenderTree/chromium/WebViewHost.cpp:
+ (WebViewHost::paintInvalidatedRegion):
+
2010-12-14 Benjamin Kalman <kalman at chromium.org>
Reviewed by Ojan Vafai.
diff --git a/WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp b/WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp
index 10a2823..2bf84a2 100644
--- a/WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp
+++ b/WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp
@@ -1490,8 +1490,6 @@ void WebViewHost::paintInvalidatedRegion()
WebRect rect(m_paintRect);
m_paintRect = WebRect();
paintRect(rect);
- if (i >= 1)
- LOG_ERROR("painting caused additional invalidations");
}
ASSERT(m_paintRect.isEmpty());
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list