Bug 1111290 - Part 1: Remove MOZ_(BEGIN|END)_ENUM_CLASS. r=waldo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user