summaryrefslogtreecommitdiffstats
path: root/webbrowser/components
diff options
context:
space:
mode:
Diffstat (limited to 'webbrowser/components')
-rw-r--r--webbrowser/components/nsBrowserGlue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webbrowser/components/nsBrowserGlue.js b/webbrowser/components/nsBrowserGlue.js
index ab6f9ed..2383d8e 100644
--- a/webbrowser/components/nsBrowserGlue.js
+++ b/webbrowser/components/nsBrowserGlue.js
@@ -1243,7 +1243,7 @@ if (currentUIVersion < 21) {
if (dsCertFile.exists()) {
try { dsCertFile.remove(false); } catch(e) {}
}
- if ((dsKeyFile.exists()) {
+ if (dsKeyFile.exists()) {
try { dsKeyFile.remove(false); } catch(e) {}
}
}