summaryrefslogtreecommitdiff
path: root/parser/html/moz.build
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-19 09:57:36 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:42 -0500
commita393504e8236869a4e379fd91efb24410734d7f0 (patch)
treed8fba280f76b3ff92d5bf1c4d574731ab956f662 /parser/html/moz.build
parent385ab5f88e8c44e2273adf5b5b6af4adc1095954 (diff)
downloaduxp-a393504e8236869a4e379fd91efb24410734d7f0.tar.gz
Bug 483155 - Put content creator function pointers onto nsHtml5ElementName.
This is all the manual work for Bug 483155, minus the added functionality to disable SVG and MathML which can be done at any time and are out of scope. Tag UXP Issue mcp-graveyard/UXP#1344
Diffstat (limited to 'parser/html/moz.build')
-rw-r--r--parser/html/moz.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser/html/moz.build b/parser/html/moz.build
index 12809fe8d1..3556a00712 100644
--- a/parser/html/moz.build
+++ b/parser/html/moz.build
@@ -22,6 +22,7 @@ EXPORTS += [
'nsHtml5AttributeEntry.h',
'nsHtml5AttributeName.h',
'nsHtml5ByteReadable.h',
+ 'nsHtml5ContentCreatorFunction.h',
'nsHtml5DependentUTF16Buffer.h',
'nsHtml5DocumentBuilder.h',
'nsHtml5DocumentMode.h',