summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5ContentCreatorFunction.h
blob: 32c23afa4729aa93a9e10717fd63802d4f1d0b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef nsHtml5ContentCreatorFunction_h
#define nsHtml5ContentCreatorFunction_h

#include "nsGenericHTMLElement.h"
#include "mozilla/dom/SVGElementFactory.h"

union nsHtml5ContentCreatorFunction {
  mozilla::dom::HTMLContentCreatorFunction html;
  mozilla::dom::SVGContentCreatorFunction svg;
};

#endif  // nsHtml5ContentCreatorFunction_h