| Index: third_party/WebKit/Source/core/html/HTMLMenuElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMenuElement.h b/third_party/WebKit/Source/core/html/HTMLMenuElement.h
|
| index 5779940f2506da8844965569bc62bd8828b07788..599ab988a7e0d0aea13705e045304dee16702e40 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMenuElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMenuElement.h
|
| @@ -31,8 +31,6 @@ class HTMLMenuElement final : public HTMLElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| - const String type() const;
|
| - void setType(const AtomicString&);
|
| DECLARE_NODE_FACTORY(HTMLMenuElement);
|
|
|
| private:
|
|
|