Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: src/objects/regexp-match-info.h

Issue 2961253002: [objects] Rename macros from DECLARE_ to DECL_ for consistency. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/objects/object-macros-undef.h ('k') | src/objects/scope-info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « src/objects/object-macros-undef.h ('k') | src/objects/scope-info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698