| Index: PerformanceTests/Canvas/upload-video-to-texture.html
|
| diff --git a/PerformanceTests/Canvas/upload-video-to-texture.html b/PerformanceTests/Canvas/upload-video-to-texture.html
|
| index 94fe3a1c917dfdea31bfafca87adb193d1c857cb..f19b22f36e07c152ac78b3fc4323589c8871916c 100644
|
| --- a/PerformanceTests/Canvas/upload-video-to-texture.html
|
| +++ b/PerformanceTests/Canvas/upload-video-to-texture.html
|
| @@ -7,7 +7,7 @@
|
| <script>
|
| var videoElement = document.getElementById("video");
|
| var canvas3D = document.createElement('canvas');
|
| -var gl = canvas3D.getContext('experimental-webgl');
|
| +var gl = canvas3D.getContext('webgl');
|
| if(!gl)
|
| CanvasRunner.logFatalError("\nWebGL is not supported or enabled on this platform!\n");
|
|
|
|
|