| 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 da275bcd37bd75796d8a0597c8e43b158e12b02d..6b76d49513b1ab26c8c7a64086aa84878b7d6c7b 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;
|
|
|