Unreviewed, rolling out r178390, r178392, r178398, r178400,
r178402, and r178410.
https://bugs.webkit.org/show_bug.cgi?id=140431

Way too many failures to skip (Requested by ap_ on #webkit).

Reverted changesets:

"WebGL2: Support webgl2 context creation."
https://bugs.webkit.org/show_bug.cgi?id=126408
http://trac.webkit.org/changeset/178390

"Unreviewed iOS build fix after r178390."
http://trac.webkit.org/changeset/178392

"[Unreviewed] Windows build fix after r178390."
http://trac.webkit.org/changeset/178398

"[Unreviewed] Speculative test fix after r178390."
http://trac.webkit.org/changeset/178400

"[Unreviewed] Skip webgl tests for temporarily."
https://bugs.webkit.org/show_bug.cgi?id=140423
http://trac.webkit.org/changeset/178402

"[EFL] Fix build after r178390"
https://bugs.webkit.org/show_bug.cgi?id=140424
http://trac.webkit.org/changeset/178410

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@178411 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/DerivedSources.cpp b/Source/WebCore/DerivedSources.cpp
index d86c7c4..29ea4ed 100644
--- a/Source/WebCore/DerivedSources.cpp
+++ b/Source/WebCore/DerivedSources.cpp
@@ -54,8 +54,6 @@
 #include "JSOESTextureHalfFloat.cpp"
 #include "JSOESTextureHalfFloatLinear.cpp"
 #include "JSOESVertexArrayObject.cpp"
-#include "JSWebGL1RenderingContext.cpp"
-#include "JSWebGL2RenderingContext.cpp"
 #include "JSWebGLActiveInfo.cpp"
 #include "JSWebGLBuffer.cpp"
 #include "JSWebGLCompressedTextureATC.cpp"
@@ -71,7 +69,7 @@
 #include "JSWebGLLoseContext.cpp"
 #include "JSWebGLProgram.cpp"
 #include "JSWebGLRenderbuffer.cpp"
-#include "JSWebGLRenderingContextBase.cpp"
+#include "JSWebGLRenderingContext.cpp"
 #include "JSWebGLShader.cpp"
 #include "JSWebGLShaderPrecisionFormat.cpp"
 #include "JSWebGLTexture.cpp"