diff options
author | Andy <webmaster@RealityRipple.com> | 2020-08-07 14:29:41 -0700 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-08-30 09:23:37 +0000 |
commit | c75e412f17a0cfcf4036a4c7a87ad1476601cc5e (patch) | |
tree | a04f0411a4c68898ab0788f709d49f437738b3e0 /dom/html | |
parent | 0bbe6ec10589b8540aa86200bf2b209ad4e563ba (diff) | |
download | UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.tar UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.tar.gz UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.tar.lz UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.tar.xz UXP-c75e412f17a0cfcf4036a4c7a87ad1476601cc5e.zip |
Issue #1620 - Remove Development Comments
Diffstat (limited to 'dom/html')
-rw-r--r-- | dom/html/nsGenericHTMLElement.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/html/nsGenericHTMLElement.cpp b/dom/html/nsGenericHTMLElement.cpp index 922ba1d29..afbc49b6b 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; |