Before r164745 the scroll function in WebPageGtk.cpp was same as in WebPage.cpp, except the return type ( void vs bool ): - https://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp?rev=164744#L1937 - https://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebPage/gtk/WebPageGtk.cpp#L91 But the scroll function in WebPageGtk.cpp is unused as clang noticed it ( https://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp#L2202 ) ../../Source/WebKit2/WebProcess/WebPage/gtk/WebPageGtk.cpp:91:24: warning: unused function 'scroll' [-Wunused-function] static __inline__ void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity)
Created attachment 254488 [details] Patch
Comment on attachment 254488 [details] Patch Clearing flags on attachment: 254488 Committed r185315: <http://trac.webkit.org/changeset/185315>
All reviewed patches have been landed. Closing bug.