| Index: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| index 8a6a516b499c92a577fd1bf31542d4633ec2afbc..fe2cc96e7c865fa927412e989f7e154f8d228e82 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| @@ -189,7 +189,7 @@ protected:
|
| // Text metrics. Most of these should be deprecated, needs major cleanup.
|
| int index(const VisiblePosition&) const override;
|
| VisiblePosition visiblePositionForIndex(int) const override;
|
| - void lineBreaks(Vector<int>&) const override;
|
| + void lineBreaks(Vector<int>&) const final;
|
|
|
| private:
|
| AXObject* treeAncestorDisallowingChild() const;
|
|
|