Chromium Code Reviews| Index: Source/core/dom/StyleEngine.h |
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
| index eb10fb5abdad21a6405c5245b235ed4dfaca338d..a71f705831cec05dab4ad5e093af5fa079dad080 100644 |
| --- a/Source/core/dom/StyleEngine.h |
| +++ b/Source/core/dom/StyleEngine.h |
| @@ -182,7 +182,7 @@ public: |
| private: |
| // CSSFontSelectorClient implementation. |
| - virtual void fontsNeedUpdate(CSSFontSelector*) override; |
| + void fontsNeedUpdate(CSSFontSelector*) override; |
| private: |
| StyleEngine(Document&); |