Bug 1690340 - Part 1: Hide all the panel tools in the developer tools menu. r=jdescottes
[gecko.git] / parser / html / nsHtml5MetaScannerHSupplement.h
blobddf0f5a2d274e31619ac9bc6e54a24dcebdae195
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/. */
4 using Encoding = mozilla::Encoding;
6 private:
7 const Encoding* mEncoding;
8 inline int32_t read() { return readable->read(); }
10 public:
11 const Encoding* sniff(nsHtml5ByteReadable* bytes);