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

Unified Diff: src/objects/string-table.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/string.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/string-table.h
diff --git a/src/objects/string-table.h b/src/objects/string-table.h
index 1fa3c71bc1cb9bd25b211ffed9637e902c6c836c..88a86dfcdf293551115dfc25a61e1bb4e4459325 100644
--- a/src/objects/string-table.h
+++ b/src/objects/string-table.h
@@ -69,7 +69,7 @@ class StringTable : public HashTable<StringTable, StringTableShape> {
static void EnsureCapacityForDeserialization(Isolate* isolate, int expected);
- DECLARE_CAST(StringTable)
+ DECL_CAST(StringTable)
private:
template <bool seq_one_byte>
@@ -95,7 +95,7 @@ class StringSet : public HashTable<StringSet, StringSetShape> {
Handle<String> name);
bool Has(Handle<String> name);
- DECLARE_CAST(StringSet)
+ DECL_CAST(StringSet)
};
} // namespace internal
« no previous file with comments | « src/objects/string.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698