Enable -Wvla when building WebKit since it's enabled in open source clang by default. Avoiding the use of variable length arrays is good practice.
<rdar://problem/129190911>
Pull request: https://github.com/WebKit/WebKit/pull/29479