Skip to content

Commit 6fbd84f

Browse files
committed
fix a messed up merge
1 parent 640a145 commit 6fbd84f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell/common/platform_util_win.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ std::string OpenExternalOnWorkerThread(
244244
// have been escaped.
245245
std::wstring escaped_url =
246246
L"\"" + base::UTF8ToWide(net::EscapeExternalHandlerValue(url.spec())) +
247-
std::wstring working_dir = options.working_dir.value();
247+
L"\"";
248+
std::wstring working_dir = options.working_dir.value();
248249

249250
if (reinterpret_cast<ULONG_PTR>(
250251
ShellExecuteW(nullptr, L"open", escaped_url.c_str(), nullptr,

0 commit comments

Comments
 (0)