Make WKPageGroupRemoveAllUserContentFilters actually remote all user content filters http://trac.webkit.org/changeset/178869 added this SPI but implemented it incorrectly.
Created attachment 247433 [details] Patch v1
Comment on attachment 247433 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=247433&action=review r=me Plz fix tyop. > LayoutTests/ChangeLog:3 > + Make WKPageGroupRemoveAllUserContentFilters actually remote all user content filters Should be "remove". > Source/WebKit2/ChangeLog:3 > + Make WKPageGroupRemoveAllUserContentFilters actually remote all user content filters Should be "remove". > Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp:95 > + toImpl(pageGroupRef)->removeAllUserContentFilters(); lol
http://trac.webkit.org/changeset/180687