Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js |
| diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js b/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js |
| index adb561ab3813efd8d20c21dcd67c3891a225542d..9af6a4ddaa28553138df03e9ab91d036a0d239d6 100644 |
| --- a/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js |
| +++ b/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js |
| @@ -1,3 +1,3 @@ |
| -requestAnimationFrame(function(ts) { |
| +self.requestAnimationFrame(function(ts) { |
| self.postMessage(ts); |
| }); |