summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-08-17 12:57:29 +0000
committerGitHub <noreply@github.com>2020-08-17 12:57:29 +0000
commit56f8262c8e4e84e9d6b0d6da72ab39cd8e0b2751 (patch)
treeec0fbd10dad98a0172e176bc5c064d94057d44df
parentd3383327a749ddb5c0626146c6f83bdfa3ea9936 (diff)
parent22c6728132677aee60062790abc208b2c14928f2 (diff)
downloadUXP-56f8262c8e4e84e9d6b0d6da72ab39cd8e0b2751.tar
UXP-56f8262c8e4e84e9d6b0d6da72ab39cd8e0b2751.tar.gz
UXP-56f8262c8e4e84e9d6b0d6da72ab39cd8e0b2751.tar.lz
UXP-56f8262c8e4e84e9d6b0d6da72ab39cd8e0b2751.tar.xz
UXP-56f8262c8e4e84e9d6b0d6da72ab39cd8e0b2751.zip
Merge pull request #1635 from g4jc/1620
Intrinsic Aspect Ratio: Debug Follow up.
-rw-r--r--layout/style/nsCSSPropList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/style/nsCSSPropList.h b/layout/style/nsCSSPropList.h
index 44bd44cef..f62aa3827 100644
--- a/layout/style/nsCSSPropList.h
+++ b/layout/style/nsCSSPropList.h
@@ -470,6 +470,7 @@ CSS_PROP_DISPLAY(
kAppearanceKTable,
CSS_PROP_NO_OFFSET,
eStyleAnimType_Discrete)
+#ifndef CSS_PROP_LIST_EXCLUDE_INTERNAL
CSS_PROP_POSITION(
aspect-ratio,
aspect_ratio,
@@ -481,6 +482,7 @@ CSS_PROP_POSITION(
nullptr,
offsetof(nsStylePosition, mAspectRatio),
eStyleAnimType_None)
+#endif // CSS_PROP_LIST_EXCLUDE_INTERNAL
CSS_PROP_DISPLAY(
backface-visibility,
backface_visibility,