summaryrefslogtreecommitdiffstats
path: root/content/browser/devtools/devtools_protocol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/devtools/devtools_protocol.cc')
-rw-r--r--content/browser/devtools/devtools_protocol.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/content/browser/devtools/devtools_protocol.cc b/content/browser/devtools/devtools_protocol.cc
index 27f1fbe..829f44e 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() {
}