mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix GetAsString maybe?
This commit is contained in:
@@ -63,8 +63,8 @@ bool GetAsString(const base::Value* val,
|
||||
|
||||
#if defined(OS_WIN)
|
||||
bool GetAsString(const base::Value* val,
|
||||
base::FilePath::StringPieceType path,
|
||||
std::u16string* out) {
|
||||
base::StringPiece path,
|
||||
std::wstring* out) {
|
||||
if (val) {
|
||||
auto* found = val->FindKeyOfType(path, base::Value::Type::STRING);
|
||||
if (found) {
|
||||
|
||||
Reference in New Issue
Block a user