Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM L10nRegistry.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_L10NREGISTRYBINDINGFWD_H_
#define DOM_L10NREGISTRYBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningUTF8StringOrResourceId;
class UTF8StringOrResourceId;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using L10nResourceId = UTF8StringOrResourceId;
using OwningL10nResourceId = OwningUTF8StringOrResourceId;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct FileSourceOptions;
struct FluentBundleIteratorResult;
struct L10nFileSourceMockFile;
struct L10nRegistryOptions;
struct ResourceId;
class FluentBundleAsyncIterator;
class FluentBundleIterator;
class L10nFileSource;
class L10nRegistry;
} // namespace dom
} // namespace mozilla
#endif // DOM_L10NREGISTRYBINDINGFWD_H_