| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index e75547ab04e8583d40bdc8dd70ef6b0236e1e27d..7fc27219b1bcfaadae13b072b2f565d458ab2983 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -635,7 +635,7 @@ public:
|
| void hoveredNodeDetached(Node*);
|
| void activeChainNodeDetached(Node*);
|
|
|
| - void updateHoverActiveState(const HitTestRequest&, Element*, const PlatformMouseEvent* = nullptr);
|
| + void updateHoverActiveState(const HitTestRequest&, Element*);
|
|
|
| // Updates for :target (CSS3 selector).
|
| void setCSSTarget(Element*);
|
|
|