Bug 1111290 - Part 1: Remove MOZ_(BEGIN|END)_ENUM_CLASS. r=waldo

This commit is contained in:
Masatoshi Kimura
2015-01-26 07:22:07 +09:00
parent 4a680d87a6
commit 4eacef39b7
40 changed files with 216 additions and 216 deletions

View File

@@ -645,10 +645,10 @@ struct HasProperty
}
};
MOZ_BEGIN_ENUM_CLASS(FallbackOption)
enum class FallbackOption {
THROW,
RETURN,
MOZ_END_ENUM_CLASS(FallbackOption)
};
template <class Property>
typename Property::Type