| Index: Source/core/layout/HitTestResult.h
|
| diff --git a/Source/core/layout/HitTestResult.h b/Source/core/layout/HitTestResult.h
|
| index c861b8cd98a078988c1864f1112f867da220d347..093855d026f48fc6d914d717a41c4f47858ba8a4 100644
|
| --- a/Source/core/layout/HitTestResult.h
|
| +++ b/Source/core/layout/HitTestResult.h
|
| @@ -92,7 +92,7 @@ public:
|
| PositionWithAffinity position() const;
|
| LayoutObject* renderer() const;
|
|
|
| - void setToShadowHostIfInUserAgentShadowRoot();
|
| + void setToShadowHostIfInClosedShadowRoot();
|
|
|
| const HitTestLocation& hitTestLocation() const { return m_hitTestLocation; }
|
|
|
|
|