| Index: Source/core/rendering/RenderText.cpp
|
| diff --git a/Source/core/rendering/RenderText.cpp b/Source/core/rendering/RenderText.cpp
|
| index cf43317a87140f98ddc8b798005bb97f1095c974..0e38657ee8e5459c771ff703b613fdeb4e3415cf 100644
|
| --- a/Source/core/rendering/RenderText.cpp
|
| +++ b/Source/core/rendering/RenderText.cpp
|
| @@ -1372,7 +1372,7 @@ void RenderText::setTextInternal(PassRefPtr<StringImpl> text)
|
| applyTextTransform(style(), m_text, previousCharacter());
|
|
|
| // We use the same characters here as for list markers.
|
| - // See the listMarkerText function in RenderListMarker.cpp.
|
| + // See the listMarkerText function in LayoutListMarker.cpp.
|
| switch (style()->textSecurity()) {
|
| case TSNONE:
|
| break;
|
|
|