Chromium Code Reviews| 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 3319af8725dc1bab664a7ff28eb1e47474d933bb..31d9f0cf1aa66ae4acdb4ec524e4434e7a619853 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLElement.h |
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.h |
| @@ -48,6 +48,8 @@ public: |
| String title() const final; |
| short tabIndex() const override; |
| + bool inert() const; |
| + void setInert(const bool enabled, ExceptionState&); |
|
esprehn
2016/06/27 22:27:16
no const on input primitive types
aboxhall
2016/06/29 00:13:13
n/a
|
| void setInnerText(const String&, ExceptionState&); |
| void setOuterText(const String&, ExceptionState&); |