From 950275abe6d3b4c98a7d1f535575a626cb6f505b Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sun, 19 Jan 2020 19:20:28 -0500 Subject: Fix aAttributes Fallout from 483155 Tag UXP Issue #1344 --- parser/html/nsHtml5TreeBuilderCppSupplement.h | 1 + 1 file changed, 1 insertion(+) (limited to 'parser') diff --git a/parser/html/nsHtml5TreeBuilderCppSupplement.h b/parser/html/nsHtml5TreeBuilderCppSupplement.h index 61906d53c..62df6d002 100644 --- a/parser/html/nsHtml5TreeBuilderCppSupplement.h +++ b/parser/html/nsHtml5TreeBuilderCppSupplement.h @@ -70,6 +70,7 @@ nsHtml5TreeBuilder::~nsHtml5TreeBuilder() nsIContentHandle* nsHtml5TreeBuilder::createElement(int32_t aNamespace, nsIAtom* aName, + nsHtml5HtmlAttributes* aAttributes, nsIContentHandle* aIntendedParent, nsHtml5ContentCreatorFunction aCreator) { -- cgit v1.2.3