Index: Source/platform/scroll/ScrollView.h |
diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h |
index 1a63213971e32ccc22afab426aa87c5d78822d9b..78032d2e4771a3ddbab900f43846bd28e3221e26 100644 |
--- a/Source/platform/scroll/ScrollView.h |
+++ b/Source/platform/scroll/ScrollView.h |
@@ -248,7 +248,7 @@ public: |
void calculateAndPaintOverhangAreas(GraphicsContext*, const IntRect& dirtyRect); |
void calculateAndPaintOverhangBackground(GraphicsContext*, const IntRect& dirtyRect); |
- virtual bool isScrollView() const override FINAL { return true; } |
+ virtual bool isScrollView() const override final { return true; } |
protected: |
ScrollView(); |