| Index: webkit/glue/webdevtoolsagent_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webdevtoolsagent_impl.cc (revision 20134)
|
| +++ webkit/glue/webdevtoolsagent_impl.cc (working copy)
|
| @@ -167,6 +167,10 @@
|
|
|
| void WebDevToolsAgentImpl::WindowObjectCleared(WebFrameImpl* webframe) {
|
| DebuggerAgentManager::SetHostId(webframe, host_id_);
|
| + if (attached_) {
|
| + // Push context id into the client if it is already attached.
|
| + debugger_agent_delegate_stub_->SetContextId(host_id_);
|
| + }
|
| }
|
|
|
| void WebDevToolsAgentImpl::ForceRepaint() {
|
|
|