summaryrefslogtreecommitdiffstats
path: root/dom/html/nsGenericHTMLElement.cpp
diff options
context:
space:
mode:
authorAndy <webmaster@RealityRipple.com>2020-08-07 14:29:41 -0700
committerAndy <webmaster@RealityRipple.com>2020-08-07 14:31:36 -0700
commit644f617e6612b3a147e50b06c244fcc9362c9605 (patch)
tree42bb6bafdb6fdf5b8592028fc1170456ad48fc87 /dom/html/nsGenericHTMLElement.cpp
parent3ed884a6adff46cb5871508612832ab8691752ac (diff)
downloadUXP-644f617e6612b3a147e50b06c244fcc9362c9605.tar
UXP-644f617e6612b3a147e50b06c244fcc9362c9605.tar.gz
UXP-644f617e6612b3a147e50b06c244fcc9362c9605.tar.lz
UXP-644f617e6612b3a147e50b06c244fcc9362c9605.tar.xz
UXP-644f617e6612b3a147e50b06c244fcc9362c9605.zip
Issue #1620 - Remove Development Comments
Diffstat (limited to 'dom/html/nsGenericHTMLElement.cpp')
-rw-r--r--dom/html/nsGenericHTMLElement.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/html/nsGenericHTMLElement.cpp b/dom/html/nsGenericHTMLElement.cpp
index afc76ee31..5af578b2d 100644
--- a/dom/html/nsGenericHTMLElement.cpp
+++ b/dom/html/nsGenericHTMLElement.cpp
@@ -1480,8 +1480,6 @@ nsGenericHTMLElement::MapImageSizeAttributesInto(const nsMappedAttributes* aAttr
}
}
- // 2020-07-15 (RealityRipple) Much of this is a guess based on a few sources.
- // Please go over this with a fine-tooth comb before production.
if (Preferences::GetBool("layout.css.width-and-height-map-to-aspect-ratio.enabled") &&
aMapAspectRatio && aWidth && aHeight) {
Maybe<double> w;