| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 56eede0205aa29a9d07182d06914186997cdd3ec..4943bb895fe17e8d13108b762f81e4600aa8dd1c 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -1805,7 +1805,7 @@ void Element::detachLayoutTree(const AttachContext& context) {
|
|
|
| if (!context.performingReattach && isUserActionElement()) {
|
| if (isHovered())
|
| - document().hoveredNodeDetached(*this);
|
| + document().hoveredElementDetached(*this);
|
| if (inActiveChain())
|
| document().activeChainNodeDetached(*this);
|
| document().userActionElements().didDetach(*this);
|
|
|