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

Unified Diff: src/objects/compilation-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/code-cache.h ('k') | src/objects/debug-objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/compilation-cache.h
diff --git a/src/objects/compilation-cache.h b/src/objects/compilation-cache.h
index 2e39d9438b2854fdf76cb01025ae7bb16d7a1ceb..a2358671f5e4bd992c589f96729ac4bd71e03aad 100644
--- a/src/objects/compilation-cache.h
+++ b/src/objects/compilation-cache.h
@@ -97,7 +97,7 @@ class CompilationCacheTable
void Age();
static const int kHashGenerations = 10;
- DECLARE_CAST(CompilationCacheTable)
+ DECL_CAST(CompilationCacheTable)
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationCacheTable);
« no previous file with comments | « src/objects/code-cache.h ('k') | src/objects/debug-objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698