| Index: webkit/glue/devtools/debugger_agent_impl.cc
|
| ===================================================================
|
| --- webkit/glue/devtools/debugger_agent_impl.cc (revision 29249)
|
| +++ webkit/glue/devtools/debugger_agent_impl.cc (working copy)
|
| @@ -84,7 +84,7 @@
|
| delegate_->DidGetNextLogLines(buffer);
|
| }
|
|
|
| -void DebuggerAgentImpl::DebuggerOutput(const std::string& command) {
|
| +void DebuggerAgentImpl::DebuggerOutput(const String& command) {
|
| delegate_->DebuggerOutput(command);
|
| webdevtools_agent_->ForceRepaint();
|
| }
|
|
|