| Index: third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-paint-worklet.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-paint-worklet.js b/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-paint-worklet.js
|
| index 28134915ff312cca656dff3281845a8261496d5d..8fd3d1b2222a7698957e04e05f9babf8b6dbbe19 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-paint-worklet.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/resources/test-runner-paint-worklet.js
|
| @@ -10,7 +10,7 @@ function importPaintWorkletAndTerminateTestAfterAsyncPaint(code) {
|
| }
|
|
|
| var blob = new Blob([code], {type: 'text/javascript'});
|
| - paintWorklet.addModule(URL.createObjectURL(blob)).then(function() {
|
| + CSS.paintWorklet.addModule(URL.createObjectURL(blob)).then(function() {
|
| runAfterLayoutAndPaint(function() {
|
| if (window.testRunner) {
|
| testRunner.notifyDone();
|
|
|