mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
Make base::DictionaryValue::Set* return pointers
https://codereview.chromium.org/2850773002
This commit is contained in:
committed by
Cheng Zhao
parent
75d02f65d9
commit
7ad524fa34
@@ -495,7 +495,7 @@ base::Value* V8ValueConverter::FromV8Object(
|
||||
continue;
|
||||
|
||||
result->SetWithoutPathExpansion(std::string(*name_utf8, name_utf8.length()),
|
||||
child.release());
|
||||
std::move(child));
|
||||
}
|
||||
|
||||
return result.release();
|
||||
|
||||
Reference in New Issue
Block a user