Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
[gecko.git] / parser / html / nsHtml5ViewSourceUtils.h
blob1644801b69d2a40a9fdfe3859124e0b31825e09e
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef nsHtml5ViewSourceUtils_h
6 #define nsHtml5ViewSourceUtils_h
8 #include "nsHtml5HtmlAttributes.h"
10 class nsHtml5ViewSourceUtils
12 public:
13 static nsHtml5HtmlAttributes* NewBodyAttributes();
14 static nsHtml5HtmlAttributes* NewLinkAttributes();
17 #endif // nsHtml5ViewSourceUtils_h