| Index: third_party/WebKit/PerformanceTests/Canvas/upload-webgl-to-texture.html
|
| diff --git a/third_party/WebKit/PerformanceTests/Canvas/upload-webgl-to-texture.html b/third_party/WebKit/PerformanceTests/Canvas/upload-webgl-to-texture.html
|
| index 45b9c39aa33444eec734c2cf4221f0921ef5c0a8..07a2cf97d84e3da6e4023c2c9a4883aaa90f21cb 100644
|
| --- a/third_party/WebKit/PerformanceTests/Canvas/upload-webgl-to-texture.html
|
| +++ b/third_party/WebKit/PerformanceTests/Canvas/upload-webgl-to-texture.html
|
| @@ -10,7 +10,7 @@ var sourceCtx = sourceCanvas3D.getContext('webgl');
|
| var destCanvas3D = document.createElement('canvas');
|
| var destCtx = destCanvas3D.getContext('webgl');
|
| if (!sourceCtx || !destCtx)
|
| - CanvasRunner.logFatalError("\nWebGL is not supported or enabled on this platform!\n");
|
| + CanvasRunner.logFatalError("WebGL is not supported or enabled on this platform!");
|
| var tex = null;
|
|
|
| function setSize(width, height) {
|
|
|