| 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 4822f05df0eb9691cdfe5ca3c1c065489ba76b79..4ba64394bad154706e9f590cc967cae8f164e04a 100644
|
| --- a/third_party/WebKit/Source/web/WebElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebElement.cpp
|
| @@ -56,6 +56,8 @@ bool WebElement::isTextFormControlElement() const
|
| return constUnwrap<Element>()->isTextFormControl();
|
| }
|
|
|
| +// TODO(dglazkov): Remove. Consumers of this code should use Node:hasEditableStyle.
|
| +// http://crbug.com/612560
|
| bool WebElement::isEditable() const
|
| {
|
| const Element* element = constUnwrap<Element>();
|
|
|