Index: src/compiler/linkage.h |
diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h |
index 9f3d8347e986c472b5d682b02c0cdf2e4b9a3a30..5389041e04b9658d7690246185189494eac265be 100644 |
--- a/src/compiler/linkage.h |
+++ b/src/compiler/linkage.h |
@@ -50,7 +50,7 @@ class CallDescriptor V8_FINAL : public ZoneObject { |
kNeedsNopAfterCall = 1u << 2, |
kPatchableCallSiteWithNop = kPatchableCallSite | kNeedsNopAfterCall |
}; |
- DEFINE_FLAGS(Flags, Flag); |
+ typedef base::Flags<Flag> Flags; |
CallDescriptor(Kind kind, int8_t return_count, int16_t parameter_count, |
int16_t input_count, LinkageLocation* locations, |