| Index: third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h b/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
|
| index 6dac635317b2a66d9fe7e814883e8f5dab19fc10..e3aae0e03331f168c670297e663ab9e649fc58b1 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
|
| @@ -46,7 +46,7 @@ class AXProgressIndicator final : public AXLayoutObject {
|
|
|
| AXProgressIndicator(LayoutProgress*, AXObjectCacheImpl&);
|
|
|
| - HTMLProgressElement* GetElement() const;
|
| + HTMLProgressElement* GetProgressElement() const;
|
| bool ComputeAccessibilityIsIgnored(IgnoredReasons* = nullptr) const override;
|
| };
|
|
|
|
|