We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165b392 commit b14cdb1Copy full SHA for b14cdb1
src/webdriver/commands/session_with_id.cc
@@ -31,9 +31,7 @@ bool SessionWithID::DoesDelete() const {
31
}
32
33
void SessionWithID::ExecuteGet(Response* const response) {
34
- DictionaryValue *temp_value = new DictionaryValue();
35
-
36
- temp_value = session_->capabilities().caps->DeepCopy();
+ DictionaryValue *temp_value = session_->capabilities().caps->DeepCopy();
37
38
response->SetValue(temp_value);
39
0 commit comments