The sources and headers under platform/graphics/cpu/arm/ do not compile anymore. 1. The file platform/graphics/cpu/arm/filters/FEBlendNEON.h won't compile because it references FilterEffect::pixelBufferResult() which does not exist anymore. 2. The file platform/graphics/cpu/arm/filters/FELightingNEON.cpp won't compile because it references FELighting:LightingData which does not exist anymore.
Created attachment 445153 [details] Patch
Created attachment 445158 [details] Patch
These header files were not referenced in the code: platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
<rdar://problem/85986173>
Bug 235410 is the opposite of this bug. It tries to get the code under HAVE(ARM_NEON_INTRINSICS) be compiled. So close this one for now. My understanding is a new bot for armv7 might be added to WebKit build system soon.