| Index: third_party/WebKit/LayoutTests/images/color-profile-animate.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/color-profile-animate.html b/third_party/WebKit/LayoutTests/images/color-profile-animate.html
|
| index d500106b76e30a0a4be6bcf8ebe234ef0b432d08..043618148dd6f87b9a5b33a0ddc20605c2349f8d 100644
|
| --- a/third_party/WebKit/LayoutTests/images/color-profile-animate.html
|
| +++ b/third_party/WebKit/LayoutTests/images/color-profile-animate.html
|
| @@ -22,11 +22,7 @@ function fade(element) {
|
|
|
| function end(event) {
|
| if (window.testRunner)
|
| - testRunner.setColorProfile('colorSpin', done);
|
| -}
|
| -
|
| -function done() {
|
| - setTimeout(function() { testRunner.notifyDone() }, 0);
|
| + setTimeout(function() { testRunner.notifyDone() }, 0);
|
| }
|
|
|
| if (window.testRunner) {
|
|
|