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 8e95488f9a329893b3b88fb4e6b4b70535b3a895..6842e2aa81b8383a85820122ee098e85529a0607 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -221,7 +221,7 @@ public: |
String decoratedName() const; |
// Returns the decorated name along with the debug information from the associated Node object. |
- String debugName() const; |
+ String debugName() const final; |
LayoutObject* parent() const { return m_parent; } |
bool isDescendantOf(const LayoutObject*) const; |