| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| index 73163b175666f3be871c98b5009fbc8e0be1c14d..16d1b60e8c6bbd4e3d7867c3058f446a20c3b6ec 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -735,7 +735,7 @@ void WebDevToolsAgent::interruptAndDispatch(int sessionId, MessageDescriptor* ra
|
|
|
| bool WebDevToolsAgent::shouldInterruptForMessage(const WebString& message)
|
| {
|
| - String commandName;
|
| + String16 commandName;
|
| if (!protocol::Dispatcher::getCommandName(message, &commandName))
|
| return false;
|
| return commandName == "Debugger.pause"
|
|
|