| 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 c007941703e6df8d0942d6082dcb8abe95a15d25..890a51cb881a78af1b62c9e03541fa6b5502f6bf 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h
|
| @@ -16,6 +16,7 @@ public:
|
|
|
| private:
|
| explicit HTMLMenuItemElement(Document&);
|
| + bool isURLAttribute(const Attribute&) const override;
|
| void defaultEventHandler(Event*) override;
|
| };
|
|
|
|
|