| Index: webkit/glue/devtools/debugger_agent_impl.h
|
| ===================================================================
|
| --- webkit/glue/devtools/debugger_agent_impl.h (revision 15038)
|
| +++ webkit/glue/devtools/debugger_agent_impl.h (working copy)
|
| @@ -29,8 +29,8 @@
|
| virtual ~DebuggerAgentImpl();
|
|
|
| // Creates utility context with injected js agent.
|
| - void CreateUtilityContext(WebCore::Document* document,
|
| - v8::Persistent<v8::Context>* context);
|
| + void ResetUtilityContext(WebCore::Document* document,
|
| + v8::Persistent<v8::Context>* context);
|
|
|
| // DebuggerAgent implementation.
|
| virtual void DebugBreak();
|
|
|