diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-19 19:20:28 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:43 -0500 |
commit | 0b1275b89af13ed822f3fa8d6992017a18782c6b (patch) | |
tree | 1c1eddcd3c72ea56e83d9ec3162348ddb1836dfc /parser | |
parent | d019c469a5da4bbe2c946cc2a08253312c49199a (diff) | |
download | aura-central-0b1275b89af13ed822f3fa8d6992017a18782c6b.tar.gz |
Fix aAttributes
Fallout from 483155
Tag UXP Issue mcp-graveyard/UXP%1344
Diffstat (limited to 'parser')
-rw-r--r-- | parser/html/nsHtml5TreeBuilderCppSupplement.h | 1 |
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) { |