Fix build warning got in latest version bild, might be caused by:/bugs.webkit.org/show_bug.cgi?id=140728 [4197/4854] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/C/WKOriginDataManager.cpp.o ../../Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp:81:6: warning: unused parameter ‘pageGroupRef’ [-Wunused-parameter] void WKPageGroupAddUserContentFilter(WKPageGroupRef pageGroupRef, WKUserContentFilterRef userContentFilterRef) ^ ../../Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp:81:6: warning: unused parameter ‘userContentFilterRef’ [-Wunused-parameter] ../../Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp:88:6: warning: unused parameter ‘pageGroupRef’ [-Wunused-parameter] void WKPageGroupRemoveAllUserContentFilters(WKPageGroupRef pageGroupRef)
Created attachment 245116 [details] Patch Fix build warnings by using UNUSED_PARAM macro
Comment on attachment 245116 [details] Patch Clearing flags on attachment: 245116 Committed r178910: <http://trac.webkit.org/changeset/178910>
All reviewed patches have been landed. Closing bug.