From d163c367d9ee5f13769b8580b97bcc511fdd13cd Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sun, 19 Jan 2020 09:57:36 -0500 Subject: 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 #1344 --- parser/html/moz.build | 1 + 1 file changed, 1 insertion(+) (limited to 'parser/html/moz.build') diff --git a/parser/html/moz.build b/parser/html/moz.build index 12809fe8d..3556a0071 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', -- cgit v1.2.3