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

Unified Diff: src/objects/shared-function-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/script.h ('k') | src/objects/string.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/shared-function-info.h
diff --git a/src/objects/shared-function-info.h b/src/objects/shared-function-info.h
index 91ec0572d8b9af7abecfcbb4728436f115ff322c..24fcb1f1395235045ff49ac8ed392455c97c3abf 100644
--- a/src/objects/shared-function-info.h
+++ b/src/objects/shared-function-info.h
@@ -374,8 +374,8 @@ class SharedFunctionInfo : public HeapObject {
void SetExpectedNofPropertiesFromEstimate(FunctionLiteral* literal);
// Dispatched behavior.
- DECLARE_PRINTER(SharedFunctionInfo)
- DECLARE_VERIFIER(SharedFunctionInfo)
+ DECL_PRINTER(SharedFunctionInfo)
+ DECL_VERIFIER(SharedFunctionInfo)
void ResetForNewContext(int new_ic_age);
@@ -410,7 +410,7 @@ class SharedFunctionInfo : public HeapObject {
DISALLOW_COPY_AND_ASSIGN(GlobalIterator);
};
- DECLARE_CAST(SharedFunctionInfo)
+ DECL_CAST(SharedFunctionInfo)
// Constants.
static const int kDontAdaptArgumentsSentinel = -1;
« no previous file with comments | « src/objects/script.h ('k') | src/objects/string.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698