| Index: Source/core/layout/LayoutInline.cpp
|
| diff --git a/Source/core/layout/LayoutInline.cpp b/Source/core/layout/LayoutInline.cpp
|
| index e537fc00f9cf949f468bb5ad426e37eeaf8e216f..aa6914d9a693628738913567bd32a7357525f703 100644
|
| --- a/Source/core/layout/LayoutInline.cpp
|
| +++ b/Source/core/layout/LayoutInline.cpp
|
| @@ -812,7 +812,7 @@ private:
|
|
|
| bool LayoutInline::hitTestCulledInline(HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset)
|
| {
|
| - ASSERT(result.isRectBasedTest() && !alwaysCreateLineBoxes());
|
| + ASSERT(!alwaysCreateLineBoxes());
|
| if (!visibleToHitTestRequest(result.hitTestRequest()))
|
| return false;
|
|
|
|
|