| Index: third_party/WebKit/Source/core/page/FocusController.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/FocusController.cpp b/third_party/WebKit/Source/core/page/FocusController.cpp
|
| index c7d11a226f30bdcff86214c2462d43f70a5ee4cc..c0074323dbcba072b890c80f2bd3fa5c86391023 100644
|
| --- a/third_party/WebKit/Source/core/page/FocusController.cpp
|
| +++ b/third_party/WebKit/Source/core/page/FocusController.cpp
|
| @@ -1020,7 +1020,7 @@ Element* FocusController::findFocusableElementInShadowHost(const Element& shadow
|
|
|
| static bool relinquishesEditingFocus(const Element& element)
|
| {
|
| - DCHECK(element.hasEditableStyle());
|
| + DCHECK(hasEditableStyle(element));
|
| return element.document().frame() && rootEditableElement(element);
|
| }
|
|
|
|
|