Index: Source/platform/graphics/DisplayList.h |
diff --git a/Source/platform/graphics/DisplayList.h b/Source/platform/graphics/DisplayList.h |
index 7474a95d8903764b7024e5ad678d85d9b21051dc..f3746bf723075d4fd2b2cdf89cb22848fa6e9a77 100644 |
--- a/Source/platform/graphics/DisplayList.h |
+++ b/Source/platform/graphics/DisplayList.h |
@@ -43,7 +43,7 @@ namespace blink { |
class IntSize; |
-class PLATFORM_EXPORT DisplayList FINAL : public WTF::RefCounted<DisplayList> { |
+class PLATFORM_EXPORT DisplayList final : public WTF::RefCounted<DisplayList> { |
WTF_MAKE_FAST_ALLOCATED; |
WTF_MAKE_NONCOPYABLE(DisplayList); |
public: |