Index: third_party/WebKit/Source/core/workers/Worklet.idl |
diff --git a/third_party/WebKit/Source/core/workers/Worklet.idl b/third_party/WebKit/Source/core/workers/Worklet.idl |
index f3e1b5a62a6e689c31a2d8dea7a2eb4151eecd3c..07613f55be6975a9260a7a6045aead5678e92eb7 100644 |
--- a/third_party/WebKit/Source/core/workers/Worklet.idl |
+++ b/third_party/WebKit/Source/core/workers/Worklet.idl |
@@ -8,5 +8,5 @@ |
DependentLifetime, |
RuntimeEnabled=Worklet, |
] interface Worklet { |
- [CallWith=ScriptState] Promise<void> import(DOMString url); |
+ [CallWith=ScriptState] Promise<void> addModule(DOMString url); |
}; |