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

Unified Diff: src/objects/code-cache.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/arguments.h ('k') | src/objects/compilation-cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/code-cache.h
diff --git a/src/objects/code-cache.h b/src/objects/code-cache.h
index 8cf2e68e5dd2c13f9a243f74f6cb67e3d20e7803..25bdaf2159d6c3cbbacf553b7c4bac4f3a566953 100644
--- a/src/objects/code-cache.h
+++ b/src/objects/code-cache.h
@@ -96,7 +96,7 @@ class CodeCacheHashTable
Code* Lookup(Name* name, Code::Flags flags);
- DECLARE_CAST(CodeCacheHashTable)
+ DECL_CAST(CodeCacheHashTable)
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(CodeCacheHashTable);
« no previous file with comments | « src/objects/arguments.h ('k') | src/objects/compilation-cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698