| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 0af6e4b3499633a3918a04bd9c8e3989dd43e909..27963fdbfebfda45ea4d1b4d799a3a2df9fac173 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -3602,9 +3602,6 @@ bool Document::setFocusedElement(PassRefPtrWillBeRawPtr<Element> prpNewFocusedEl
|
|
|
| // Remove focus from the existing focus node (if any)
|
| if (oldFocusedElement) {
|
| - if (oldFocusedElement->active())
|
| - oldFocusedElement->setActive(false);
|
| -
|
| oldFocusedElement->setFocus(false);
|
|
|
| // Dispatch the blur event and let the node do any other blur related activities (important for text fields)
|
|
|