| Index: Source/web/PopupMenuImpl.cpp
 | 
| diff --git a/Source/web/PopupMenuImpl.cpp b/Source/web/PopupMenuImpl.cpp
 | 
| index e5e7dc5dbf42fbafe25f572ea865b0f7c2e4ad74..358df76588bd6ff73dcbb036f0ee9e0b95f05d86 100644
 | 
| --- a/Source/web/PopupMenuImpl.cpp
 | 
| +++ b/Source/web/PopupMenuImpl.cpp
 | 
| @@ -40,14 +40,14 @@ public:
 | 
|  
 | 
|      // We don't override willUseFontData() for now because the old PopupListBox
 | 
|      // only worked with fonts loaded when opening the popup.
 | 
| -    virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) override;
 | 
| +    PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) override;
 | 
|  
 | 
|      DECLARE_VIRTUAL_TRACE();
 | 
|  
 | 
|  private:
 | 
|      PopupMenuCSSFontSelector(Document*, CSSFontSelector*);
 | 
|  
 | 
| -    virtual void fontsNeedUpdate(CSSFontSelector*) override;
 | 
| +    void fontsNeedUpdate(CSSFontSelector*) override;
 | 
|  
 | 
|      RefPtrWillBeMember<CSSFontSelector> m_ownerFontSelector;
 | 
|  };
 | 
| 
 |