| Index: content/browser/devtools/devtools_protocol.cc
|
| diff --git a/content/browser/devtools/devtools_protocol.cc b/content/browser/devtools/devtools_protocol.cc
|
| index 27f1fbe21c2a2abe97492f6386ef6dbd887f83b4..829f44e5031c7afd181490ef9e2e6b244d8f7cc1 100644
|
| --- a/content/browser/devtools/devtools_protocol.cc
|
| +++ b/content/browser/devtools/devtools_protocol.cc
|
| @@ -125,11 +125,7 @@ DevToolsProtocol::Response::Response(int id, DictionaryValue* result)
|
| DevToolsProtocol::Response::Response(int id,
|
| int error_code,
|
| const std::string& error_message)
|
| - : id_(id),
|
| - result_(NULL),
|
| - error_code_(error_code),
|
| - error_message_(error_message) {
|
| -}
|
| + : id_(id), error_code_(error_code), error_message_(error_message) {}
|
|
|
| DevToolsProtocol::Response::~Response() {
|
| }
|
|
|