summaryrefslogtreecommitdiffstats
path: root/parser
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-19 19:20:28 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:43 -0500
commit950275abe6d3b4c98a7d1f535575a626cb6f505b (patch)
tree1c1eddcd3c72ea56e83d9ec3162348ddb1836dfc /parser
parentea356253695993a69c5b8c75ac1fd74bb9724972 (diff)
downloadUXP-950275abe6d3b4c98a7d1f535575a626cb6f505b.tar
UXP-950275abe6d3b4c98a7d1f535575a626cb6f505b.tar.gz
UXP-950275abe6d3b4c98a7d1f535575a626cb6f505b.tar.lz
UXP-950275abe6d3b4c98a7d1f535575a626cb6f505b.tar.xz
UXP-950275abe6d3b4c98a7d1f535575a626cb6f505b.zip
Fix aAttributes
Fallout from 483155 Tag UXP Issue #1344
Diffstat (limited to 'parser')
-rw-r--r--parser/html/nsHtml5TreeBuilderCppSupplement.h1
1 files changed, 1 insertions, 0 deletions
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)
{