| Index: Source/core/paint/ListMarkerPainter.cpp
|
| diff --git a/Source/core/paint/ListMarkerPainter.cpp b/Source/core/paint/ListMarkerPainter.cpp
|
| index a919d77e1f0e11e8cc0afb0e60d0add2aae2fd72..2a502c64b5cabc289a27e7b5a37c3d7c8846afd4 100644
|
| --- a/Source/core/paint/ListMarkerPainter.cpp
|
| +++ b/Source/core/paint/ListMarkerPainter.cpp
|
| @@ -49,7 +49,7 @@ void ListMarkerPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& pai
|
| GraphicsContext* context = paintInfo.context;
|
|
|
| if (m_layoutListMarker.isImage()) {
|
| - context->drawImage(m_layoutListMarker.image()->image(&m_layoutListMarker, marker.size()).get(), marker);
|
| + context->drawImage(m_layoutListMarker.image()->image(&m_layoutListMarker, marker.size()).get(), marker, KURL()); // TODO(davve): empty url
|
| if (m_layoutListMarker.selectionState() != SelectionNone) {
|
| LayoutRect selRect = m_layoutListMarker.localSelectionRect();
|
| selRect.moveBy(boxOrigin);
|
|
|