mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 13:04:28 +00:00
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:
parent
4129f38252
commit
2dc3d42803
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user