Index: content/browser/renderer_host/render_widget_host_impl.cc |
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc |
index a882accf0fe2b0edb2403518d76c62cf54632ad4..576f06aa00257534da98cbc4947da1e091063e9a 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -285,7 +285,7 @@ RenderWidgetHost* RenderWidgetHost::FromID( |
RenderWidgetHostImpl* RenderWidgetHostImpl::FromID( |
int32 process_id, |
int32 routing_id) { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::UI); |
RoutingIDWidgetMap* widgets = g_routing_id_widget_map.Pointer(); |
RoutingIDWidgetMap::iterator it = widgets->find( |
RenderWidgetHostID(process_id, routing_id)); |