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 826d0875039b5a508a5bc9532cc96a287e18036b..066e466fadd3899f2051239fcff843658f0650e4 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -425,7 +425,7 @@ |
bool IsActive() const override; |
- // Override scrollbar notifications to update the AXObject cache. |
+ // Override scrollbar notifications to update the AXObjectImpl cache. |
void DidAddScrollbar(Scrollbar&, ScrollbarOrientation) override; |
// FIXME: This should probably be renamed as the 'inSubtreeLayout' parameter |