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

Unified Diff: src/objects/scope-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/regexp-match-info.h ('k') | src/objects/script.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/scope-info.h
diff --git a/src/objects/scope-info.h b/src/objects/scope-info.h
index 097c10f76f624c82238f3543f3bf8654c4807212..24f63549c832e8440f09d2c160cc4e89ef3d5199 100644
--- a/src/objects/scope-info.h
+++ b/src/objects/scope-info.h
@@ -32,7 +32,7 @@ class Zone;
// routines.
class ScopeInfo : public FixedArray {
public:
- DECLARE_CAST(ScopeInfo)
+ DECL_CAST(ScopeInfo)
// Return the type of this scope.
ScopeType scope_type();
« no previous file with comments | « src/objects/regexp-match-info.h ('k') | src/objects/script.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698