| Index: Source/web/PopupMenuImpl.h
 | 
| diff --git a/Source/web/PopupMenuImpl.h b/Source/web/PopupMenuImpl.h
 | 
| index adc5167dd9d9e0e1065651a2d8e730ce28acb99f..0b16104d174194434b727bd3bbdf22926fb7eb0d 100644
 | 
| --- a/Source/web/PopupMenuImpl.h
 | 
| +++ b/Source/web/PopupMenuImpl.h
 | 
| @@ -21,7 +21,7 @@ class HTMLOptionElement;
 | 
|  class PopupMenuImpl final : public PopupMenu, public PagePopupClient {
 | 
|  public:
 | 
|      static PassRefPtrWillBeRawPtr<PopupMenuImpl> create(ChromeClientImpl*, PopupMenuClient*);
 | 
| -    virtual ~PopupMenuImpl();
 | 
| +    ~PopupMenuImpl() override;
 | 
|  
 | 
|      void update();
 | 
|  
 | 
| 
 |