| Index: Source/wtf/text/WTFString.cpp
|
| diff --git a/Source/wtf/text/WTFString.cpp b/Source/wtf/text/WTFString.cpp
|
| index 96eb1ce0b78d52e2c8bc3af6b68b6ea0f816958b..9c6bfd8ab84b9f4fc2e18b6a600277f346239b53 100644
|
| --- a/Source/wtf/text/WTFString.cpp
|
| +++ b/Source/wtf/text/WTFString.cpp
|
| @@ -79,11 +79,6 @@ String::String(const char* characters)
|
| {
|
| }
|
|
|
| -String::String(ASCIILiteral characters)
|
| - : m_impl(StringImpl::createFromLiteral(characters))
|
| -{
|
| -}
|
| -
|
| void String::append(const String& string)
|
| {
|
| if (string.isEmpty())
|
|
|