[tbb-commits] [tor-browser/tor-browser-38.1.0esr-5.0-1] fixup! Bug 12827: Create preference to disable SVG.
brade at torproject.org
brade at torproject.org
Fri Jul 24 15:12:20 UTC 2015
commit 11ae3936ba9ff583f06e3b25585443fe01d8cee3
Author: Kathy Brade <brade at pearlcrescent.com>
Date: Fri Jul 24 10:42:31 2015 -0400
fixup! Bug 12827: Create preference to disable SVG.
Fix typo in comment.
---
dom/base/Element.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dom/base/Element.cpp b/dom/base/Element.cpp
index bd795b2..0e40d5b 100644
--- a/dom/base/Element.cpp
+++ b/dom/base/Element.cpp
@@ -144,7 +144,7 @@ using namespace mozilla;
using namespace mozilla::dom;
// These IsSVG() methods were moved here from nsIContent.h because including
-// nsSVGUtils.h in nsIContent.h (needed to to pick up the NS_SVGEnabled()
+// nsSVGUtils.h in nsIContent.h (needed to pick up the NS_SVGEnabled()
// prototype) creates a circular dependency: nsSVGUtils.h includes other
// headers that define functions that require the complete definition of
// nsPresContext... but nsPresContext.h includes nsIPresShell.h, which in turn
More information about the tbb-commits
mailing list