mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 896031 - Avoid javac warning-as-error. r=mfinkle
--HG-- extra : rebase_source : b62f50c97d5399c8d502fa87e5caf5efff489971
This commit is contained in:
parent
a91aea38e2
commit
ca4893a7d6
@ -116,7 +116,7 @@ public final class GeckoProfile {
|
||||
throw new IllegalArgumentException("context must be non-null");
|
||||
}
|
||||
try {
|
||||
File guestDir = context.getDir("guest", context.MODE_PRIVATE);
|
||||
File guestDir = context.getDir("guest", Context.MODE_PRIVATE);
|
||||
if (guestDir.exists())
|
||||
guestDir.delete();
|
||||
guestDir.mkdir();
|
||||
|
Loading…
Reference in New Issue
Block a user