| Index: third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListItem.cpp b/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| index f29852ffff7d78335384e881a111909558d96de2..0905478e71eb3e1aee3bff94043203efd3b8ef9c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListItem.cpp
|
| @@ -435,7 +435,7 @@ const String& LayoutListItem::markerText() const
|
| {
|
| if (m_marker)
|
| return m_marker->text();
|
| - return nullAtom.string();
|
| + return nullAtom.getString();
|
| }
|
|
|
| void LayoutListItem::explicitValueChanged()
|
|
|