diff options
Diffstat (limited to 'Source/WTF/wtf/text/CString.h')
-rw-r--r-- | Source/WTF/wtf/text/CString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/text/CString.h b/Source/WTF/wtf/text/CString.h index d442af782..03ab3e54a 100644 --- a/Source/WTF/wtf/text/CString.h +++ b/Source/WTF/wtf/text/CString.h @@ -85,7 +85,7 @@ public: void reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const { typename MemoryObjectInfo::ClassInfo info(memoryObjectInfo, this); - info.addInstrumentedMember(m_buffer); + info.addMember(m_buffer); } private: |