Index: src/objects/regexp-match-info.h |
diff --git a/src/objects/regexp-match-info.h b/src/objects/regexp-match-info.h |
index 327ded32472ea6448e7c38cd68a083f91b2781d1..24eb805f5a2e8038b1c227028615d4967beb0d75 100644 |
--- a/src/objects/regexp-match-info.h |
+++ b/src/objects/regexp-match-info.h |
@@ -48,7 +48,7 @@ class V8_EXPORT_PRIVATE RegExpMatchInfo : NON_EXPORTED_BASE(public FixedArray) { |
static Handle<RegExpMatchInfo> ReserveCaptures( |
Handle<RegExpMatchInfo> match_info, int capture_count); |
- DECLARE_CAST(RegExpMatchInfo) |
+ DECL_CAST(RegExpMatchInfo) |
static const int kNumberOfCapturesIndex = 0; |
static const int kLastSubjectIndex = 1; |