Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM WebExtensionContentScript.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_WEBEXTENSIONCONTENTSCRIPTBINDINGFWD_H_
#define DOM_WEBEXTENSIONCONTENTSCRIPTBINDINGFWD_H_
namespace mozilla {
namespace dom {
class MatchPatternSetOrStringSequence;
class OwningMatchPatternSetOrStringSequence;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using MatchPatternSetOrStringSequence = MatchPatternSetOrStringSequence;
using OwningMatchPatternSetOrStringSequence = OwningMatchPatternSetOrStringSequence;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
class MatchGlobOrUTF8String;
class OwningMatchGlobOrUTF8String;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using MatchGlobOrString = MatchGlobOrUTF8String;
using OwningMatchGlobOrString = OwningMatchGlobOrUTF8String;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct MozDocumentMatcherInit;
struct WebExtensionContentScriptInit;
class MozDocumentMatcher;
class WebExtensionContentScript;
} // namespace dom
} // namespace mozilla
#endif // DOM_WEBEXTENSIONCONTENTSCRIPTBINDINGFWD_H_