Index: Source/core/editing/ReplaceSelectionCommand.cpp |
diff --git a/Source/core/editing/ReplaceSelectionCommand.cpp b/Source/core/editing/ReplaceSelectionCommand.cpp |
index b342aeae10f8314cc82c749ad00262908a48fb58..51c6b6a83138f5a36995afe2020daaeee12dd6c9 100644 |
--- a/Source/core/editing/ReplaceSelectionCommand.cpp |
+++ b/Source/core/editing/ReplaceSelectionCommand.cpp |
@@ -70,7 +70,7 @@ enum EFragmentType { EmptyFragment, SingleTextNodeFragment, TreeFragment }; |
// --- ReplacementFragment helper class |
-class ReplacementFragment FINAL { |
+class ReplacementFragment final { |
WTF_MAKE_NONCOPYABLE(ReplacementFragment); |
STACK_ALLOCATED(); |
public: |