| Index: third_party/WebKit/Source/wtf/text/StringViewTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringViewTest.cpp b/third_party/WebKit/Source/wtf/text/StringViewTest.cpp
|
| index 71c3252284f04b229782474129850e6ac87667ba..7c41186010d9acb9182398eac9b1d66bd1f00b7a 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringViewTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/StringViewTest.cpp
|
| @@ -366,7 +366,7 @@ TEST(StringViewTest, IsEmpty) {
|
| }
|
|
|
| TEST(StringViewTest, ToString) {
|
| - EXPECT_EQ(emptyString().impl(), StringView("").toString().impl());
|
| + EXPECT_EQ(emptyString.impl(), StringView("").toString().impl());
|
| EXPECT_EQ(nullAtom.impl(), StringView().toString().impl());
|
| // NOTE: All the construction tests also check toString().
|
| }
|
|
|