| 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 8f8da0d7e7c5e091da7a3249c4d5577f5eda778f..d207fe17ab9c7c662b5a2afd861f3259ea27a7d0 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| @@ -165,7 +165,7 @@ protected:
|
|
|
| // Low-level accessibility tree exploration, only for use within the accessibility module.
|
| AXObject* rawFirstChild() const override;
|
| - AXObject* rawFirstSibling() const override;
|
| + AXObject* rawNextSibling() const override;
|
| void addChildren() override;
|
| bool canHaveChildren() const override;
|
| void updateChildrenIfNecessary() override;
|
|
|