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

Unified Diff: src/objects/object-macros-undef.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.h ('k') | src/objects/regexp-match-info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/object-macros-undef.h
diff --git a/src/objects/object-macros-undef.h b/src/objects/object-macros-undef.h
index f2a61035827f5bc1e43ddb3f21c7480939df9350..6d5f10c07dae6a35430cefe8796064ce2565950a 100644
--- a/src/objects/object-macros-undef.h
+++ b/src/objects/object-macros-undef.h
@@ -5,7 +5,7 @@
#undef DECL_BOOLEAN_ACCESSORS
#undef DECL_INT_ACCESSORS
#undef DECL_ACCESSORS
-#undef DECLARE_CAST
+#undef DECL_CAST
#undef CAST_ACCESSOR
#undef INT_ACCESSORS
#undef ACCESSORS_CHECKED2
@@ -56,6 +56,6 @@
#undef RELAXED_READ_BYTE_FIELD
#undef WRITE_BYTE_FIELD
#undef RELAXED_WRITE_BYTE_FIELD
-#undef DECLARE_VERIFIER
+#undef DECL_VERIFIER
#undef DEFINE_DEOPT_ELEMENT_ACCESSORS
#undef DEFINE_DEOPT_ENTRY_ACCESSORS
« no previous file with comments | « src/objects/object-macros.h ('k') | src/objects/regexp-match-info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698