| Index: third_party/WebKit/Source/core/workers/Worklet.h
|
| diff --git a/third_party/WebKit/Source/core/workers/Worklet.h b/third_party/WebKit/Source/core/workers/Worklet.h
|
| index 07122bda3c915bba916cf1c790d422169b002349..9d00d522741a39f7107e42e0c7465a994fd0f210 100644
|
| --- a/third_party/WebKit/Source/core/workers/Worklet.h
|
| +++ b/third_party/WebKit/Source/core/workers/Worklet.h
|
| @@ -30,9 +30,6 @@ class CORE_EXPORT Worklet : public GarbageCollectedFinalized<Worklet>,
|
| public:
|
| virtual ~Worklet() = default;
|
|
|
| - virtual void Initialize() {}
|
| - virtual bool IsInitialized() const { return true; }
|
| -
|
| // Worklet.idl
|
| // addModule() imports ES6 module scripts.
|
| virtual ScriptPromise addModule(ScriptState*, const String& url) = 0;
|
|
|