Bug 1821144 - remove old windows worker definitions. r=aryx
[gecko.git] / parser / htmlparser / nsParserBase.h
blob13c8883d4c84c5996e2231644b5694728e47ee85
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 nsParserBase_h_
6 #define nsParserBase_h_
8 #include "nsIChannel.h"
10 class nsParserBase : public nsISupports {
11 public:
12 NS_IMETHOD_(bool) IsParserEnabled() { return true; }
15 #endif // nsParserBase_h_