Changeset 74092 in webkit


Ignore:
Timestamp:
Dec 14, 2010 6:36:18 PM (13 years ago)
Author:
tkent@chromium.org
Message:

2010-12-14 Kent Tamura <tkent@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):
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r74088 r74092  
     12010-12-14  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Jian Li.
     4
     5        [DRT/Chromium] Remove another unnecessary error message
     6        https://bugs.webkit.org/show_bug.cgi?id=51083
     7
     8        * DumpRenderTree/chromium/WebViewHost.cpp:
     9        (WebViewHost::didInvalidateRect):
     10
    1112010-12-14  Lucas Forschler  <lforschler@apple.com>
    212
  • trunk/WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp

    r74072 r74092  
    625625void WebViewHost::didInvalidateRect(const WebRect& rect)
    626626{
    627     if (m_isPainting)
    628         LOG_ERROR("unexpected invalidation while painting");
    629627    updatePaintRect(rect);
    630628}
Note: See TracChangeset for help on using the changeset viewer.