| Index: Source/core/layout/LayoutListMarker.cpp
|
| diff --git a/Source/core/layout/LayoutListMarker.cpp b/Source/core/layout/LayoutListMarker.cpp
|
| index ee1c4e3d41b92f21bfb001cf02cb6dd85835bad8..6eb11c7aa0fd44eaa9c6addcfb79bfde14579ab7 100644
|
| --- a/Source/core/layout/LayoutListMarker.cpp
|
| +++ b/Source/core/layout/LayoutListMarker.cpp
|
| @@ -611,7 +611,7 @@ String listMarkerText(EListStyleType type, int value)
|
| return toSymbolic(value, asterisksSymbols);
|
| }
|
| // We use the same characters for text security.
|
| - // See RenderText::setInternalString.
|
| + // See LayoutText::setInternalString.
|
| case Circle:
|
| return String(&whiteBullet, 1);
|
| case Disc:
|
|
|