| Index: third_party/WebKit/Source/core/html/HTMLElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| index e20faa31ca3f7d3c3482001ddda3b5f3c6dd3165..fb8b036bff3cf38a76a0015bc17defcc85cfc51a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| @@ -42,7 +42,7 @@ interface HTMLElement : Element {
|
| // HTMLElement implements ElementContentEditable
|
| // https://html.spec.whatwg.org/#contenteditable
|
| [CEReactions, CustomElementCallbacks, RaisesException=Setter] attribute DOMString contentEditable;
|
| - readonly attribute boolean isContentEditable;
|
| + [ImplementedAs=isContentEditableForBinding] readonly attribute boolean isContentEditable;
|
|
|
| // CSSOM View Module
|
| // http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
|
|
|