Created attachment 219813 [details] Patch https://bugs.webkit.org/show_bug.cgi?id=126078 Patch by Ricky Mondello <rmondello@apple.com> on 2013-12-20 Reviewed by Anders Carlsson. r160922 accidentally named a facility for filtering out data added after a certain time, "...FilteringOutEntriesAddedBeforeTime", which was incorrect. This patch renames those instances to "...FilteringOutEntriesAddedAfterTime". * UIProcess/API/C/WKContext.cpp: (WKContextSetPlugInAutoStartOriginsFilteringOutEntriesAddedAfterTime): * UIProcess/API/C/WKContext.h: * UIProcess/Plugins/PlugInAutoStartProvider.cpp: (WebKit::PlugInAutoStartProvider::setAutoStartOriginsFilteringOutEntriesAddedAfterTime): * UIProcess/Plugins/PlugInAutoStartProvider.h: * UIProcess/WebContext.cpp: (WebKit::WebContext::setPlugInAutoStartOriginsFilteringOutEntriesAddedAfterTime): * UIProcess/WebContext.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@160940 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 7 files changed, 29 insertions(+), 8 deletions(-)
Did you mean to upload Ricky Mondello's patch for bug #126078?
*** This bug has been marked as a duplicate of bug 126078 ***