| Index: chrome/renderer/webplugin_delegate_proxy.cc
|
| ===================================================================
|
| --- chrome/renderer/webplugin_delegate_proxy.cc (revision 31932)
|
| +++ chrome/renderer/webplugin_delegate_proxy.cc (working copy)
|
| @@ -351,7 +351,7 @@
|
| }
|
|
|
| void WebPluginDelegateProxy::OnMessageReceived(const IPC::Message& msg) {
|
| - child_process_logging::ScopedActiveURLSetter url_setter(page_url_);
|
| + child_process_logging::SetActiveURL(page_url_);
|
|
|
| IPC_BEGIN_MESSAGE_MAP(WebPluginDelegateProxy, msg)
|
| IPC_MESSAGE_HANDLER(PluginHostMsg_SetWindow, OnSetWindow)
|
|
|