diff options
Diffstat (limited to 'parser/html/nsHtml5TreeOperation.h')
-rw-r--r-- | parser/html/nsHtml5TreeOperation.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/parser/html/nsHtml5TreeOperation.h b/parser/html/nsHtml5TreeOperation.h index 0cdb08e2e..db6cc6397 100644 --- a/parser/html/nsHtml5TreeOperation.h +++ b/parser/html/nsHtml5TreeOperation.h @@ -143,6 +143,10 @@ class nsHtml5TreeOperation { nsIContent* aTable, nsHtml5DocumentBuilder* aBuilder); + static void SetHTMLElementAttributes(mozilla::dom::Element* aElement, + nsIAtom* aName, + nsHtml5HtmlAttributes* aAttributes); + static nsresult AddAttributes(nsIContent* aNode, nsHtml5HtmlAttributes* aAttributes, nsHtml5DocumentBuilder* aBuilder); |