| Index: content/browser/plugin_process_host_mac.cc
|
| diff --git a/content/browser/plugin_process_host_mac.cc b/content/browser/plugin_process_host_mac.cc
|
| index c9ee2bd17dea851f4c8ab4a8f869df7fed1d037b..c7ece477fbd90c0bf5ee13daa75b4cba5b4b26a9 100644
|
| --- a/content/browser/plugin_process_host_mac.cc
|
| +++ b/content/browser/plugin_process_host_mac.cc
|
| @@ -83,7 +83,7 @@ void PluginProcessHost::OnPluginHideWindow(uint32 window_id,
|
| }
|
|
|
| void PluginProcessHost::OnAppActivation() {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
|
|
| // If our plugin process has any modal windows up, we need to bring it forward
|
| // so that they act more like an in-process modal window would.
|
|
|