[webkit-reviews] review granted: [Bug 107914] Wrap content filtering code in an object : [Attachment 184815] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 15:59:32 PST 2013


Alexey Proskuryakov <ap at webkit.org> has granted Andy Estes <aestes at apple.com>'s
request for review:
Bug 107914: Wrap content filtering code in an object
https://bugs.webkit.org/show_bug.cgi?id=107914

Attachment 184815: Patch
https://bugs.webkit.org/attachment.cgi?id=184815&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=184815&action=review


> Source/WebCore/loader/MainResourceLoader.h:40
> +#include "ContentFilter.h"

Please don't include it, a forward declaration should suffice (and if it
doesn't, please fix whatever is preventing it from working).


More information about the webkit-reviews mailing list