Skip to content

Commit

Permalink
Update StringImpl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jul 28, 2024
1 parent 14ae461 commit 10f55f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WTF/wtf/text/StringImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ DECLARE_COMPACT_ALLOCATOR_WITH_HEAP_IDENTIFIER(StringImpl);

class StringImpl : private StringImplShape {
WTF_MAKE_NONCOPYABLE(StringImpl);
WTF_MAKE_FAST_COMPACT_ALLOCATED_WITH_HEAP_IDENTIFIER(WTF::StringImpl);
WTF_MAKE_FAST_COMPACT_ALLOCATED_WITH_HEAP_IDENTIFIER(StringImpl);

friend class AtomStringImpl;
friend class JSC::LLInt::Data;
Expand Down

0 comments on commit 10f55f6

Please sign in to comment.