| Index: third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp b/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| index 144904feb395a46ec30114443a9bcb9b5165a966..7d19fb126966c9327c302b4f556f29eba398c912 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| @@ -398,7 +398,7 @@ LayoutListMarker::ListStyleCategory LayoutListMarker::getListStyleCategory() con
|
|
|
| bool LayoutListMarker::isInside() const
|
| {
|
| - return m_listItem->notInList() || style()->listStylePosition() == ListStylePositionInside;
|
| + return style()->listStylePosition() == ListStylePositionInside;
|
| }
|
|
|
| IntRect LayoutListMarker::getRelativeMarkerRect() const
|
|
|