| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| index 26d2574e3e62aaf5961c519b0b9d7bc48dafb2a4..300cc556a40c91f0b576d191fa522ad972a6b117 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -124,7 +124,7 @@ private:
|
|
|
| // InspectorPageAgent::Client implementation.
|
| void pageLayoutInvalidated() override;
|
| - void setPausedInDebuggerMessage(const String*) override;
|
| + void setPausedInDebuggerMessage(const String&) override;
|
| void waitForCreateWindow(LocalFrame*) override;
|
|
|
| // protocol::FrontendChannel implementation.
|
|
|