git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reviewed by Maciej.
[WebKit-https.git]
/
WebCore
/
platform
/
TextStream.cpp
diff --git
a/WebCore/platform/TextStream.cpp
b/WebCore/platform/TextStream.cpp
index 86459693a077260585a4c93969de79c2064d3853..24c9c02980c2b3eb50362bdd6b5d329ec17489d6 100644
(file)
--- a/
WebCore/platform/TextStream.cpp
+++ b/
WebCore/platform/TextStream.cpp
@@
-122,12
+122,6
@@
TextStream& TextStream::operator<<(const char* s)
return *this;
}
return *this;
}
-TextStream& TextStream::operator<<(const DeprecatedCString& qcs)
-{
- const char *s = qcs;
- return *this << s;
-}
-
TextStream& TextStream::operator<<(const DeprecatedString& s)
{
if (m_hasByteArray) {
TextStream& TextStream::operator<<(const DeprecatedString& s)
{
if (m_hasByteArray) {