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