Add code to keep track of plug-in data host names in website data records
Created attachment 254606 [details] Patch
Comment on attachment 254606 [details] Patch r=me
Committed r185386: <http://trac.webkit.org/changeset/185386>
Comment on attachment 254606 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=254606&action=review > Source/WebKit2/UIProcess/WebsiteData/WebsiteDataRecord.cpp:65 > +#if ENABLE(PUBLIC_SUFFIX_LIST) > + return WebCore::topPrivatelyControlledDomain(hostName); > +#endif > + > + return String(); How about #else here instead of return, return?