diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-08-16 14:05:16 -0400 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-08-30 09:24:25 +0000 |
commit | c384fa6e25b07b37e9cc406da0c0aef583c61513 (patch) | |
tree | c8d8d8d7b9a6129ad2d61a4af023cca091261564 /dom/svg/DOMSVGStringList.h | |
parent | 5e8e0d05a683cc38b211088bb42355abb5282005 (diff) | |
download | UXP-c384fa6e25b07b37e9cc406da0c0aef583c61513.tar UXP-c384fa6e25b07b37e9cc406da0c0aef583c61513.tar.gz UXP-c384fa6e25b07b37e9cc406da0c0aef583c61513.tar.lz UXP-c384fa6e25b07b37e9cc406da0c0aef583c61513.tar.xz UXP-c384fa6e25b07b37e9cc406da0c0aef583c61513.zip |
Issue #1620 - Intrinsic Aspect Ratio: Debug Follow up.
Newly introduced aspect-ratio property did not have CSS_PROP_LIST_EXCLUDE_INTERNAL defines, resulting in the following assertion:
\!nsCSSProps::PropHasFlags(p, (1<<28)) (properties defined outside of #ifndef CSS_PROP_LIST_EXCLUDE_INTERNAL sections must not have the CSS_PROPERTY_INTERNAL flag), at ...layout/style/nsCSSProps.cpp:289
This patch resolves the assertion by adding #ifndef around the aspect-ratio property.
Diffstat (limited to 'dom/svg/DOMSVGStringList.h')
0 files changed, 0 insertions, 0 deletions