| Index: chrome/plugin/webplugin_proxy.cc
|
| ===================================================================
|
| --- chrome/plugin/webplugin_proxy.cc (revision 31932)
|
| +++ chrome/plugin/webplugin_proxy.cc (working copy)
|
| @@ -573,7 +573,7 @@
|
| }
|
|
|
| void WebPluginProxy::OnPaint(const gfx::Rect& damaged_rect) {
|
| - child_process_logging::ScopedActiveURLSetter url_setter(page_url_);
|
| + child_process_logging::SetActiveURL(page_url_);
|
|
|
| Paint(damaged_rect);
|
| Send(new PluginHostMsg_InvalidateRect(route_id_, damaged_rect));
|
|
|