| Index: third_party/WebKit/WebCore/rendering/RenderListMarker.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderListMarker.cpp (revision 9383)
|
| +++ third_party/WebKit/WebCore/rendering/RenderListMarker.cpp (working copy)
|
| @@ -884,7 +884,7 @@
|
| containingBlock()->setSelectionState(state);
|
| }
|
|
|
| -IntRect RenderListMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent)
|
| +IntRect RenderListMarker::selectionRectForRepaint(RenderBox* repaintContainer, bool clipToVisibleContent)
|
| {
|
| ASSERT(!needsLayout());
|
|
|
|
|