Copy as Markdown
Other Tools
/* THIS FILE IS AUTOGENERATED FROM Element.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_ELEMENTBINDINGFWD_H_
#define DOM_ELEMENTBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningTrustedHTMLOrTrustedScriptOrTrustedScriptURL;
class TrustedHTMLOrTrustedScriptOrTrustedScriptURL;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using TrustedType = TrustedHTMLOrTrustedScriptOrTrustedScriptURL;
using OwningTrustedType = OwningTrustedHTMLOrTrustedScriptOrTrustedScriptURL;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct CheckVisibilityOptions;
struct FocusOptions;
struct GetHTMLOptions;
struct ScrollIntoViewOptions;
struct ShadowRootInit;
class Element;
} // namespace dom
} // namespace mozilla
#endif // DOM_ELEMENTBINDINGFWD_H_