| Index: third_party/WebKit/Source/platform/exported/WebString.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebString.cpp b/third_party/WebKit/Source/platform/exported/WebString.cpp
|
| index fb2fe76239e95b7241b216ff0317db617626b2ff..779bc24125476875147c0f87a1292bc742c3d298 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebString.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebString.cpp
|
| @@ -33,7 +33,6 @@
|
| #include "wtf/text/AtomicString.h"
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/StringUTF8Adaptor.h"
|
| -#include "wtf/text/StringView.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -134,11 +133,6 @@
|
| return m_private.get();
|
| }
|
|
|
| -WebString::operator WTF::StringView() const
|
| -{
|
| - return StringView(m_private.get());
|
| -}
|
| -
|
| WebString::WebString(const WTF::AtomicString& s)
|
| {
|
| assign(s.getString());
|
|
|