summaryrefslogtreecommitdiffstats
path: root/dom/base/nsSandboxFlags.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/nsSandboxFlags.h')
-rw-r--r--dom/base/nsSandboxFlags.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dom/base/nsSandboxFlags.h b/dom/base/nsSandboxFlags.h
index d18527597..b8c9ac357 100644
--- a/dom/base/nsSandboxFlags.h
+++ b/dom/base/nsSandboxFlags.h
@@ -29,8 +29,7 @@ const unsigned long SANDBOXED_NAVIGATION = 0x1;
/**
* This flag prevents content from creating new auxiliary browsing contexts,
- * e.g. using the target attribute, the window.open() method, or the
- * showModalDialog() method.
+ * e.g. using the target attribute, or the window.open() method.
*/
const unsigned long SANDBOXED_AUXILIARY_NAVIGATION = 0x2;