Project does not compile when ARM_NEON_INTRINSICS is enabled. In file 'WebKit/Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp' variable 'isAlphaImage' is used as a function (i.e., isAlphaImage()) and in file 'WebKit/Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h' a ';' is missing.
Created attachment 247990 [details] A patch that fixes the bug
Just to note: r177000 caused the isAlphaImage issue and r170433 caused the return issue. Thanks for the fix. But it means that we didn't enable NEON on our ARM bots, but we should.
Comment on attachment 247990 [details] A patch that fixes the bug Clearing flags on attachment: 247990 Committed r181110: <http://trac.webkit.org/changeset/181110>
All reviewed patches have been landed. Closing bug.