Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM Localization.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_LOCALIZATIONBINDINGFWD_H_
#define DOM_LOCALIZATIONBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningUTF8StringOrL10nIdArgs;
class UTF8StringOrL10nIdArgs;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using L10nKey = UTF8StringOrL10nIdArgs;
using OwningL10nKey = OwningUTF8StringOrL10nIdArgs;
} // namespace mozilla::dom
namespace mozilla::dom {
struct AttributeNameValue;
struct L10nArgsHelperDict;
struct L10nIdArgs;
struct L10nMessage;
class Localization;
} // namespace mozilla::dom
#endif // DOM_LOCALIZATIONBINDINGFWD_H_