Copy as Markdown
Other Tools
/* THIS FILE IS AUTOGENERATED FROM CSSUnparsedValue.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_CSSUNPARSEDVALUEBINDINGFWD_H_
#define DOM_CSSUNPARSEDVALUEBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningUTF8StringOrCSSVariableReferenceValue;
class UTF8StringOrCSSVariableReferenceValue;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using CSSUnparsedSegment = UTF8StringOrCSSVariableReferenceValue;
using OwningCSSUnparsedSegment = OwningUTF8StringOrCSSVariableReferenceValue;
} // namespace mozilla::dom
namespace mozilla::dom {
class CSSUnparsedValue;
} // namespace mozilla::dom
#endif // DOM_CSSUNPARSEDVALUEBINDINGFWD_H_