Index: chrome/browser/views/tab_contents/tab_contents_view_win.cc |
=================================================================== |
--- chrome/browser/views/tab_contents/tab_contents_view_win.cc (revision 23410) |
+++ chrome/browser/views/tab_contents/tab_contents_view_win.cc (working copy) |
@@ -247,7 +247,7 @@ |
// paint. |
// Note that it's possible to get this message after the window was destroyed. |
if (::IsWindow(GetNativeView())) |
- ::InvalidateRect(GetNativeView(), NULL, FALSE); |
+ InvalidateRect(GetNativeView(), NULL, FALSE); |
} |
void TabContentsViewWin::SizeContents(const gfx::Size& size) { |