Need to turn on CSS Filters (software path) on Windows
InRadar <rdar://problem/10609286>
Created attachment 125149 [details] Patch
Committed r106566: <http://trac.webkit.org/changeset/106566>
This broke the Windows build: http://build.webkit.org/builders/Windows%20Debug%20%28Build%29/builds/45220/steps/compile-webkit/logs/stdio
(In reply to comment #4) > This broke the Windows build: > > http://build.webkit.org/builders/Windows%20Debug%20%28Build%29/builds/45220/steps/compile-webkit/logs/stdio Looking.
Rolled out in <http://trac.webkit.org/changeset/106586>. Reopening.
The problem is that the build system (at least the Windows build system) isn't smart enough to re-process CSSPropertyNames.in when preprocessor macros change. I'm going to re-land Chris's patch with a whitespace-only change to CSSPropertyNames.in, which should force the bots to re-generate CSSPropertyNames.h.
Committed r106593: <http://trac.webkit.org/changeset/106593>