Index: Source/core/testing/LayerRectList.h |
diff --git a/Source/core/testing/LayerRectList.h b/Source/core/testing/LayerRectList.h |
index 77fd24ddf36544b305a4d81d5c0daa7679adae15..f196de1ba08c8e88ddc75862b9e9041914207c37 100644 |
--- a/Source/core/testing/LayerRectList.h |
+++ b/Source/core/testing/LayerRectList.h |
@@ -44,7 +44,7 @@ class ClientRectList; |
class LayerRect; |
class Node; |
-class LayerRectList FINAL : public GarbageCollected<LayerRectList>, public ScriptWrappable { |
+class LayerRectList final : public GarbageCollected<LayerRectList>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static LayerRectList* create() |