| Index: third_party/WebKit/Source/wtf/text/AtomicString.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicString.h b/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| index 67b7dc2a2cafeff6b012fcaf485fe927d457f9e1..722927df37b7bf6a5f7f698a2afa9e780c93b9e3 100644
|
| --- a/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| +++ b/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| @@ -148,6 +148,8 @@ public:
|
| CString latin1() const { return m_string.latin1(); }
|
| CString utf8(UTF8ConversionMode mode = LenientUTF8Conversion) const { return m_string.utf8(mode); }
|
|
|
| + size_t charactersSizeInBytes() const { return m_string.charactersSizeInBytes(); }
|
| +
|
| #ifndef NDEBUG
|
| void show() const;
|
| #endif
|
|
|