Index: third_party/WebKit/Source/core/frame/FrameView.h |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h |
index 673b97d5df235e770ffb7f711d8405af4f49e0c3..2dd4d25c92320c2a2eb55aa7ff9de09abfe66e63 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -425,7 +425,7 @@ class CORE_EXPORT FrameView final |
bool IsActive() const override; |
- // Override scrollbar notifications to update the AXObjectImpl cache. |
+ // Override scrollbar notifications to update the AXObject cache. |
void DidAddScrollbar(Scrollbar&, ScrollbarOrientation) override; |
// FIXME: This should probably be renamed as the 'inSubtreeLayout' parameter |