| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index ff648dc54f5941a13b4b95676d00e4ed9ddc3074..849fd63c2563d36318d3829dce7790706ca12aa2 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -727,7 +727,7 @@ class CORE_EXPORT Document : public ContainerNode,
|
|
|
| void updateHoverActiveState(const HitTestRequest&,
|
| Element*,
|
| - bool hitScrollbar);
|
| + bool hitOverlayScrollbar);
|
|
|
| // Updates for :target (CSS3 selector).
|
| void setCSSTarget(Element*);
|
|
|