mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
(no bug) Fix typo (s/Geck/Gecko/) in log tag for Android PasswordsProvider. r=nalexander
This commit is contained in:
parent
8545609892
commit
c34a81df88
@ -49,7 +49,7 @@ public class PasswordsProvider extends SQLiteBridgeContentProvider {
|
||||
private static final String WHERE_GUID_IS_NULL = BrowserContract.DeletedPasswords.GUID + " IS NULL";
|
||||
private static final String WHERE_GUID_IS_VALUE = BrowserContract.DeletedPasswords.GUID + " = ?";
|
||||
|
||||
private static final String LOG_TAG = "GeckPasswordsProvider";
|
||||
private static final String LOG_TAG = "GeckoPasswordsProvider";
|
||||
|
||||
private CrashHandler mCrashHandler;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user