electron/shell
Darshan Sen 25f2abb64d
chore: use std::forward() in ConvertToV8() (#31817)
The variable `input` is accepted by a universal reference, so it doesn't
make sense to cast a potential lvalue reference into an rvalue
reference. In case `input` is an lvalue reference, we should rather
forward the value as is to `ToV8()`.

Signed-off-by: Darshan Sen <darshan.sen@postman.com>
2021-11-16 09:15:32 +01:00
..
app fix: crash dump location on Linux (#31668) 2021-11-04 13:45:59 -04:00
browser fix: provide paths for all NetworkContextFilePaths keys (#31777) 2021-11-15 15:26:09 -08:00
common chore: use std::forward() in ConvertToV8() (#31817) 2021-11-16 09:15:32 +01:00
renderer chore: use std::forward() in ConvertToV8() (#31817) 2021-11-16 09:15:32 +01:00
utility refactor: replace deprecated DISALLOW_COPY_AND_ASSIGN (#31633) 2021-11-03 20:41:45 +09:00