| Index: third_party/WebKit/Source/wtf/text/StringView.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringView.h b/third_party/WebKit/Source/wtf/text/StringView.h
|
| index 94b33fd33eb6140b51bf2545de84af6f69e790a2..692053b2afc85632bb0b260864d29e6f33d0ac0e 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringView.h
|
| +++ b/third_party/WebKit/Source/wtf/text/StringView.h
|
| @@ -114,6 +114,7 @@ public:
|
| const void* bytes() const { return m_data.bytes; }
|
|
|
| String toString() const;
|
| + AtomicString toAtomicString() const;
|
|
|
| private:
|
| void set(StringImpl&, unsigned offset, unsigned length);
|
|
|