| Index: Source/core/rendering/RenderView.cpp
|
| diff --git a/Source/core/rendering/RenderView.cpp b/Source/core/rendering/RenderView.cpp
|
| index 2ef6a2fb1b1f85b4fecec6497fff0a80b04c1595..42960837bc5481f1ba6ee1faf55608b045d45e00 100644
|
| --- a/Source/core/rendering/RenderView.cpp
|
| +++ b/Source/core/rendering/RenderView.cpp
|
| @@ -82,6 +82,8 @@ bool RenderView::hitTest(const HitTestRequest& request, HitTestResult& result)
|
|
|
| bool RenderView::hitTest(const HitTestRequest& request, const HitTestLocation& location, HitTestResult& result)
|
| {
|
| + TRACE_EVENT0("blink", "RenderView::hitTest");
|
| +
|
| // We have to recursively update layout/style here because otherwise, when the hit test recurses
|
| // into a child document, it could trigger a layout on the parent document, which can destroy RenderLayers
|
| // that are higher up in the call stack, leading to crashes.
|
|
|