Index: Source/wtf/text/AtomicString.h |
diff --git a/Source/wtf/text/AtomicString.h b/Source/wtf/text/AtomicString.h |
index c43eaadfee11d3c82ccd8861e61365b24b6e1423..91b83a5256720c8a4160b414d55953da2cf888de 100644 |
--- a/Source/wtf/text/AtomicString.h |
+++ b/Source/wtf/text/AtomicString.h |
@@ -160,9 +160,6 @@ public: |
#endif |
private: |
- // The explicit constructors with AtomicString::ConstructFromLiteral must be used for literals. |
- AtomicString(ASCIILiteral); |
- |
String m_string; |
static PassRefPtr<StringImpl> add(const LChar*); |