| Index: Source/platform/exported/WebString.cpp
|
| diff --git a/Source/platform/exported/WebString.cpp b/Source/platform/exported/WebString.cpp
|
| index 789e95d1e588daeadcbd5486ae9c240e0d6ecabd..1dafd9fad2efd1e4677e0786b94c5b9c1e0ec369 100644
|
| --- a/Source/platform/exported/WebString.cpp
|
| +++ b/Source/platform/exported/WebString.cpp
|
| @@ -121,8 +121,8 @@ bool WebString::equals(const WebString& s) const
|
| }
|
|
|
| WebString::WebString(const WTF::String& s)
|
| + : m_private(s.impl())
|
| {
|
| - m_private = s.impl();
|
| }
|
|
|
| WebString& WebString::operator=(const WTF::String& s)
|
|
|