Chromium Code Reviews| Index: trunk/Source/wtf/text/StringImpl.h |
| =================================================================== |
| --- trunk/Source/wtf/text/StringImpl.h (revision 153372) |
| +++ trunk/Source/wtf/text/StringImpl.h (working copy) |
| @@ -129,6 +129,7 @@ |
| friend struct WTF::LCharBufferTranslator; |
| friend struct WTF::SubstringTranslator; |
| friend struct WTF::UCharBufferTranslator; |
| + friend class AtomicStringImpl; |
| private: |
| enum BufferOwnership { |