Bug 1707957 - Restore two lines in RemoteLookAndFeel which shouldn't have been removed.

MANUAL PUSH: Trivial fixup so that theme password char is honored in content processes a CLOSED TREE.
This commit is contained in:
Emilio Cobos Álvarez 2021-05-03 02:03:34 +02:00
parent 4129f38252
commit 2dc3d42803

View File

@ -237,6 +237,9 @@ const FullLookAndFeel* RemoteLookAndFeel::ExtractData() {
impl->GetGtkContentTheme(lf->theme());
#endif
lf->tables().passwordChar() = impl->GetPasswordCharacterImpl();
lf->tables().passwordEcho() = impl->GetEchoPasswordImpl();
AddIDsToMap(impl, lf);
// This assignment to sCachedLookAndFeelData must be done after the