Index: Source/core/dom/ClientRect.h |
diff --git a/Source/core/dom/ClientRect.h b/Source/core/dom/ClientRect.h |
index c0c8ff9854c020616f00997dccc6ce7c7881b4eb..b263292482dd8756d7ac9bf1be8168eae3374aaa 100644 |
--- a/Source/core/dom/ClientRect.h |
+++ b/Source/core/dom/ClientRect.h |
@@ -37,7 +37,7 @@ namespace blink { |
class IntRect; |
-class ClientRect FINAL : public RefCountedWillBeGarbageCollected<ClientRect>, public ScriptWrappable { |
+class ClientRect final : public RefCountedWillBeGarbageCollected<ClientRect>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<ClientRect> create() |