diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/plugin/webplugin_proxy.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc index c8e48d5..352e287 100644 --- a/chrome/plugin/webplugin_proxy.cc +++ b/chrome/plugin/webplugin_proxy.cc @@ -51,7 +51,8 @@ WebPluginProxy::WebPluginProxy( FALSE, 0); DCHECK(result) << - "Couldn't duplicate the modal dialog handle for the plugin."; + "Couldn't duplicate the modal dialog handle for the plugin." \ + "handle: " << channel->renderer_handle() << ". err: " << GetLastError(); modal_dialog_event_.reset(new base::WaitableEvent(event)); } |