| Index: Source/core/paint/ViewDisplayList.cpp
|
| diff --git a/Source/core/paint/ViewDisplayList.cpp b/Source/core/paint/ViewDisplayList.cpp
|
| index 5f6cf45841c32451cb8cf3d3028392d3ad86aed4..4c3cb1a37265991dfa9e0e7c7ad64e2eb911c86a 100644
|
| --- a/Source/core/paint/ViewDisplayList.cpp
|
| +++ b/Source/core/paint/ViewDisplayList.cpp
|
| @@ -51,8 +51,7 @@ PaintList::iterator ViewDisplayList::findDisplayItem(PaintList::iterator begin,
|
| return it;
|
| }
|
|
|
| - // FIXME: Properly handle clips.
|
| - ASSERT(!displayItem.renderer());
|
| + ASSERT_NOT_REACHED();
|
| return end;
|
| }
|
|
|
|
|