| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 571a36ae486d6af9848045fd07e9d9bc687b6cd5..35748ffbfc0079a34047dea3aa2ba54042a87f2b 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -173,7 +173,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| const CompositedSelection&) override;
|
|
|
| // ChromeClient methods:
|
| - void PostAccessibilityNotification(AXObjectImpl*,
|
| + void PostAccessibilityNotification(AXObject*,
|
| AXObjectCache::AXNotification) override;
|
| String AcceptLanguages() override;
|
|
|
|
|