Index: Source/core/page/FrameTree.h |
diff --git a/Source/core/page/FrameTree.h b/Source/core/page/FrameTree.h |
index 7c26714daca16fce9f1faa8da40f3298f7ca9dc0..265b93aaabc56e50cdf858a504dae1c7a9887bf8 100644 |
--- a/Source/core/page/FrameTree.h |
+++ b/Source/core/page/FrameTree.h |
@@ -28,7 +28,7 @@ namespace blink { |
class Frame; |
class TreeScope; |
-class FrameTree FINAL { |
+class FrameTree final { |
WTF_MAKE_NONCOPYABLE(FrameTree); |
DISALLOW_ALLOCATION(); |
public: |