Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLMenuItemElement.h |
| diff --git a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h |
| index 3ef68aad4cf8af50ad14d29b70c9e05179473b68..7d033822466c3baa53b4dcafa2346b15e14e846a 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h |
| +++ b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h |
| @@ -13,6 +13,8 @@ class HTMLMenuItemElement final : public HTMLElement { |
| DEFINE_WRAPPERTYPEINFO(); |
| public: |
| + const String label() const; |
|
tkent
2017/04/25 23:25:00
We usually write declarations in the following ord
yuzuchan
2017/04/26 08:54:57
Done. Thanks!
|
| + void setLabel(const AtomicString&); |
| DECLARE_NODE_FACTORY(HTMLMenuItemElement); |
| private: |