[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
hyatt
hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:58:34 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 05853efd616aaaa7597a36957ac5a2d0ff16e47c
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Sep 30 18:47:22 2003 +0000
Backing out an accidental commit.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5087 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/khtml/rendering/render_list.cpp b/WebCore/khtml/rendering/render_list.cpp
index 42803f7..0857b51 100644
--- a/WebCore/khtml/rendering/render_list.cpp
+++ b/WebCore/khtml/rendering/render_list.cpp
@@ -577,8 +577,7 @@ void RenderListMarker::calcMinMaxWidth()
break;
}
- if (style()->direction() == LTR)
- m_item += QString::fromLatin1(". ");
+ m_item += QString::fromLatin1(". ");
if (isInside())
m_width = fm.width(m_item);
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list