| Index: webkit/glue/webdevtoolsagent_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webdevtoolsagent_impl.cc (revision 15038)
|
| +++ webkit/glue/webdevtoolsagent_impl.cc (working copy)
|
| @@ -78,7 +78,7 @@
|
| if (doc) {
|
| // Reuse existing context in case detached/attached.
|
| if (utility_context_.IsEmpty()) {
|
| - debugger_agent_impl_->CreateUtilityContext(doc, &utility_context_);
|
| + debugger_agent_impl_->ResetUtilityContext(doc, &utility_context_);
|
| }
|
| dom_agent_impl_->SetDocument(doc);
|
| net_agent_impl_->SetDocument(doc);
|
| @@ -116,7 +116,7 @@
|
| } else {
|
| doc = NULL;
|
| }
|
| - debugger_agent_impl_->CreateUtilityContext(doc, &utility_context_);
|
| + debugger_agent_impl_->ResetUtilityContext(doc, &utility_context_);
|
| dom_agent_impl_->SetDocument(doc);
|
| net_agent_impl_->SetDocument(doc);
|
| }
|
|
|