Changeset 142786 has enabled support for OES_vertex_array_object. This has caused build breaks for Qt on arm and Windows platform.
Maybe some defines are also missing from OpenGLESShims.h, too. If we add these functions to GraphicsContext3D in C:\WebKitBuildSlave\proba\WebKit\Source\WebCore\platform\graphics\opengl\GraphicsContext3DOpenGLCommon.cpp can it fix the build? I'll try it on my MSVC machine.
Created attachment 188364 [details] patch
It builds and runs fine on Windows with MSVC :) (In reply to comment #2) > Created an attachment (id=188364) [details] > wip
Created attachment 188388 [details] patch
Comment on attachment 188388 [details] patch It works on ARM too. Thank for the fix, rs=me.
Comment on attachment 188388 [details] patch Clearing flags on attachment: 188388 Committed r142937: <http://trac.webkit.org/changeset/142937>
All reviewed patches have been landed. Closing bug.