| Index: third_party/WebKit/Source/core/html/HTMLElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| index 820c43d20400b6c330cf179366e76b38bc9d1a79..1b9af5d1f96e16521fd739dbe3cb71e2ba8ec814 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| @@ -56,6 +56,7 @@ public:
|
|
|
| String contentEditable() const;
|
| void setContentEditable(const String&, ExceptionState&);
|
| + bool isContentEditable() const;
|
|
|
| virtual bool draggable() const;
|
| void setDraggable(bool);
|
|
|