| Index: third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.html b/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.html
|
| index de70b503acdfaf77b43a41a079278d079afefe1a..ef4c142ceae6058b526758cb788eb843a8050526 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/import-on-detached-iframe.html
|
| @@ -25,7 +25,7 @@ promise_test(t => {
|
|
|
| return with_iframe(kFrameUrl)
|
| .then(frame => {
|
| - let worklet = frame.contentWindow.paintWorklet;
|
| + let worklet = frame.contentWindow.CSS.paintWorklet;
|
| frame.remove();
|
| return worklet.addModule(kScriptUrl);
|
| })
|
|
|