| Index: third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html b/third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html
|
| index cf89af030347932b5ac1636f0d69aebcea965f21..99bf3cd85b633ed250ecb9f40801706e5dc9e42b 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html
|
| @@ -32,11 +32,7 @@ function drawImageToCanvas() {
|
| canvas.getContext('2d').drawImage(image, 0, 0, canvas.width, canvas.height);
|
|
|
| if (window.testRunner)
|
| - window.testRunner.setColorProfile('colorSpin', done);
|
| -}
|
| -
|
| -function done() {
|
| - setTimeout(function() { window.testRunner.notifyDone() }, 0);
|
| + setTimeout(function() { window.testRunner.notifyDone() }, 0);
|
| }
|
|
|
| if (window.testRunner) {
|
|
|