| Index: Source/core/layout/LayoutPart.cpp
|
| diff --git a/Source/core/layout/LayoutPart.cpp b/Source/core/layout/LayoutPart.cpp
|
| index cae3fb991c9aa9970659e306f186f9fd9452063c..0a876648d805900492031ca6f033799ccc8262a1 100644
|
| --- a/Source/core/layout/LayoutPart.cpp
|
| +++ b/Source/core/layout/LayoutPart.cpp
|
| @@ -171,7 +171,7 @@ bool LayoutPart::nodeAtPoint(HitTestResult& result, const HitTestLocation& locat
|
| HitTestResult childFrameResult(newHitTestRequest, newHitTestLocation);
|
|
|
| // The frame's layout and style must be up-to-date if we reach here.
|
| - bool isInsideChildFrame = childRoot->hitTestNoLayoutAndStyleUpdate(childFrameResult);
|
| + bool isInsideChildFrame = childRoot->hitTestNoLifecycleUpdate(childFrameResult);
|
|
|
| if (result.hitTestRequest().listBased()) {
|
| result.append(childFrameResult);
|
|
|