| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index 73cfa90f3df82eb1cb1e3b1c3099b3a37abd6fe1..bfc947384d15f8755b979854583fe03e25768fcb 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -1818,8 +1818,6 @@ bool Document::setFocusedElement(PassRefPtr<Element> prpNewFocusedElement, Focus
|
|
|
| // Remove focus from the existing focus node (if any)
|
| if (oldFocusedElement) {
|
| - ASSERT(!oldFocusedElement->inDetach());
|
| -
|
| if (oldFocusedElement->active())
|
| oldFocusedElement->setActive(false);
|
|
|
|
|