| Index: WebCore/rendering/RenderListItem.cpp
|
| ===================================================================
|
| --- WebCore/rendering/RenderListItem.cpp (revision 68663)
|
| +++ WebCore/rendering/RenderListItem.cpp (working copy)
|
| @@ -245,7 +245,7 @@
|
|
|
| void RenderListItem::positionListMarker()
|
| {
|
| - if (m_marker && !m_marker->isInside() && m_marker->inlineBoxWrapper()) {
|
| + if (m_marker && m_marker->parent()->isBox() && !m_marker->isInside() && m_marker->inlineBoxWrapper()) {
|
| int markerOldX = m_marker->x();
|
| int yOffset = 0;
|
| int xOffset = 0;
|
|
|