| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 1a979dc9390a75e0d1de75027d410a2292c02b6d..606d10b6e64ba2d90ba3ee798929f4fd66098fa9 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -87,6 +87,7 @@ public:
|
| void reportException(const String& errorMessage, std::unique_ptr<SourceLocation>, int exceptionId) override;
|
| void reportConsoleMessage(MessageSource, MessageLevel, const String& message, SourceLocation*) override;
|
| void postMessageToPageInspector(const String&) override;
|
| + void didLoadWorkerScript(size_t scriptSize, size_t cachedMetadataSize) override;
|
| void didEvaluateWorkerScript(bool success) override;
|
| void didInitializeWorkerContext() override;
|
| void workerGlobalScopeStarted(WorkerOrWorkletGlobalScope*) override;
|
|
|