Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index cce94a589d6056b65f76e39f951dac2aa154ea23..fc7a9cca6baec83a3b2f7e4eb766c9ea74ad74e7 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -1360,7 +1360,7 @@ void RenderViewHostImpl::OnDocumentOnLoadCompletedInMainFrame( |
} |
void RenderViewHostImpl::OnToggleFullscreen(bool enter_fullscreen) { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::UI); |
delegate_->ToggleFullscreenMode(enter_fullscreen); |
// We need to notify the contents that its fullscreen state has changed. This |
// is done as part of the resize message. |