Index: third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html |
index 31ecd2ce383a9947b68a002a041fc281be068991..7b4b11e3b18afba7b3ce76874e42894b39be526d 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html |
@@ -7,7 +7,7 @@ |
testRunner.dumpAsText(); |
} |
- paintWorklet.import('resources/global-interface-listing-worklet.js').then(function() { |
+ paintWorklet.addModule('resources/global-interface-listing-worklet.js').then(function() { |
if (window.testRunner) { |
testRunner.notifyDone(); |
} |