| Index: third_party/WebKit/Source/web/WebElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebElement.cpp b/third_party/WebKit/Source/web/WebElement.cpp
|
| index 13db3d8135693da4bf561ccb4634207f0c270619..cbc2b52cf84c7a6505ca091e5f83805ba421c1b4 100644
|
| --- a/third_party/WebKit/Source/web/WebElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebElement.cpp
|
| @@ -61,7 +61,7 @@ bool WebElement::isEditable() const
|
| {
|
| const Element* element = constUnwrap<Element>();
|
|
|
| - if (element->isContentEditable())
|
| + if (blink::isContentEditable(*element))
|
| return true;
|
|
|
| if (element->isTextFormControl()) {
|
|
|