| Index: third_party/WebKit/Source/core/layout/HitTestResult.h
|
| diff --git a/third_party/WebKit/Source/core/layout/HitTestResult.h b/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| index afda9c270d953ab73e83f61a28ff87840ffa06ac..fd1cef67a9b1e6e077a25594d55a441235b03145 100644
|
| --- a/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| +++ b/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| @@ -131,7 +131,7 @@ class CORE_EXPORT HitTestResult {
|
| PositionWithAffinity position() const;
|
| LayoutObject* layoutObject() const;
|
|
|
| - void setToShadowHostIfInUserAgentShadowRoot();
|
| + void setToShadowHostIfInRestrictedShadowRoot();
|
|
|
| const HitTestLocation& hitTestLocation() const { return m_hitTestLocation; }
|
| const HitTestRequest& hitTestRequest() const { return m_hitTestRequest; }
|
|
|