| Index: third_party/WebKit/Source/wtf/text/WTFString.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/WTFString.cpp b/third_party/WebKit/Source/wtf/text/WTFString.cpp
|
| index 5e4f19cfeaf06a65b5c04d372fd93e5c9f4ce824..6fdc7d8f1d05d0a4512ee8fb315f8fd1fbd51631 100644
|
| --- a/third_party/WebKit/Source/wtf/text/WTFString.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/WTFString.cpp
|
| @@ -496,7 +496,7 @@ bool String::isSafeToSendToAnotherThread() const {
|
| return !m_impl || m_impl->isSafeToSendToAnotherThread();
|
| }
|
|
|
| -void String::split(const String& separator,
|
| +void String::split(const StringView& separator,
|
| bool allowEmptyEntries,
|
| Vector<String>& result) const {
|
| result.clear();
|
|
|