Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index 8324e456d2736e6b23ca8666027f3b9fae6a01a5..ab6a43e735eab992e42008a84d5e958a3950a7f1 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -227,7 +227,7 @@ public: |
// DisplayItemClient methods. |
LayoutRect visualRect() const override; |
- String debugName() const override; |
+ String debugName() const final; |
LayoutObject* parent() const { return m_parent; } |
bool isDescendantOf(const LayoutObject*) const; |