| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index fd2277f24e4b7ae0544042b819b616f9b8623833..e357928df8be93048699acc68f952d8da0905bdf 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -316,7 +316,6 @@ public:
|
|
|
| // Override scrollbar notifications to update the AXObject cache.
|
| virtual void didAddScrollbar(Scrollbar*, ScrollbarOrientation) override;
|
| - virtual void willRemoveScrollbar(Scrollbar*, ScrollbarOrientation) override;
|
|
|
| // FIXME: This should probably be renamed as the 'inSubtreeLayout' parameter
|
| // passed around the FrameView layout methods can be true while this returns
|
|
|