| Index: chrome/test/chromedriver/chrome/devtools_client_impl.cc
|
| diff --git a/chrome/test/chromedriver/chrome/devtools_client_impl.cc b/chrome/test/chromedriver/chrome/devtools_client_impl.cc
|
| index 543cc90d9dc373500d611588a07f5c637f3cc6a5..be2ac17722a0077ec412d76748114604bb3244f6 100644
|
| --- a/chrome/test/chromedriver/chrome/devtools_client_impl.cc
|
| +++ b/chrome/test/chromedriver/chrome/devtools_client_impl.cc
|
| @@ -19,7 +19,7 @@
|
|
|
| namespace {
|
|
|
| -const char* kInspectorContextError =
|
| +const char kInspectorContextError[] =
|
| "Execution context with given id not found.";
|
|
|
| Status ParseInspectorError(const std::string& error_json) {
|
|
|