Fix aAttributes

Fallout from 483155

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-19 19:20:28 -05:00 committed by Roy Tam
commit ec87fc7a9e

View file

@ -70,6 +70,7 @@ nsHtml5TreeBuilder::~nsHtml5TreeBuilder()
nsIContentHandle*
nsHtml5TreeBuilder::createElement(int32_t aNamespace,
nsIAtom* aName,
nsHtml5HtmlAttributes* aAttributes,
nsIContentHandle* aIntendedParent,
nsHtml5ContentCreatorFunction aCreator)
{