| 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
|
|
|