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

Unified Diff: src/objects/literal-objects.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/hash-table.h ('k') | src/objects/map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/literal-objects.h
diff --git a/src/objects/literal-objects.h b/src/objects/literal-objects.h
index 40bf70d602c50fb963d2945a8c3d4359dea90778..f544ee37b813504fbf8711594187900f1161e6a2 100644
--- a/src/objects/literal-objects.h
+++ b/src/objects/literal-objects.h
@@ -31,7 +31,7 @@ class BoilerplateDescription : public FixedArray {
void set_backing_store_size(Isolate* isolate, int backing_store_size);
- DECLARE_CAST(BoilerplateDescription)
+ DECL_CAST(BoilerplateDescription)
private:
bool has_number_of_properties() const;
@@ -45,7 +45,7 @@ class ConstantElementsPair : public Tuple2 {
DECL_INT_ACCESSORS(elements_kind)
DECL_ACCESSORS(constant_values, FixedArrayBase)
- DECLARE_CAST(ConstantElementsPair)
+ DECL_CAST(ConstantElementsPair)
static const int kElementsKindOffset = kValue1Offset;
static const int kConstantValuesOffset = kValue2Offset;
« no previous file with comments | « src/objects/hash-table.h ('k') | src/objects/map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698