| 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 c7e5f98625bb2832b136533bfae1c097d7de8ee5..40071880ce8b1af944c71a0c15445e1067cb9def 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| @@ -295,7 +295,6 @@ void LayoutListMarker::updateMargins() {
|
| case ListStyleCategory::Symbol:
|
| marginStart = LayoutUnit(-1);
|
| marginEnd =
|
| - fontMetrics.ascent() - minPreferredLogicalWidth() + 1 +
|
| LayoutUnit(cUAMarkerMarginEm * style()->computedFontSize());
|
| break;
|
| default:
|
|
|