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 | 950275abe6d3b4c98a7d1f535575a626cb6f505b (patch) | |
tree | 1c1eddcd3c72ea56e83d9ec3162348ddb1836dfc /parser | |
parent | ea356253695993a69c5b8c75ac1fd74bb9724972 (diff) | |
download | uxp-950275abe6d3b4c98a7d1f535575a626cb6f505b.tar.gz |
Fix aAttributes
Fallout from 483155
Tag UXP Issue #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 61906d53c8..62df6d002c 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) { |