namespace WebCore {
class DeprecatedChar;
-class DeprecatedCString;
class DeprecatedString;
class String;
class TextStream;
TextStream& operator<<(const char*);
TextStream& operator<<(const String&);
TextStream& operator<<(const DeprecatedString&);
- TextStream& operator<<(const DeprecatedCString&);
TextStream& operator<<(void*);
TextStream& operator<<(const TextStreamManipulator&);