FrameLoader doesn't need an explicit userGesture parameter
Created attachment 70970 [details] Patch
Comment on attachment 70970 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=70970&action=review > WebCore/loader/NavigationScheduler.cpp:@ > void NavigationScheduler::scheduleLocati Might as well remove the remaining places where wasUserGesture is passed in and yank that param out.
Comment on attachment 70970 [details] Patch I guess that could be done in follow-up patch.
Comment on attachment 70970 [details] Patch Clearing flags on attachment: 70970 Committed r69924: <http://trac.webkit.org/changeset/69924>
All reviewed patches have been landed. Closing bug.
(In reply to comment #2) > (From update of attachment 70970 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=70970&action=review > > > WebCore/loader/NavigationScheduler.cpp:@ > > void NavigationScheduler::scheduleLocati > > Might as well remove the remaining places where wasUserGesture is passed in and yank that param out. Yep.