| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index a230abe377d133853b7194426e09293d374e9254..f6adcf7191bb4e12e997eeffd7efecf1fde7435b 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -72,6 +72,7 @@ class WebSharedWorkerImpl final : public WebFrameClient,
|
| // WebFrameClient methods to support resource loading thru the 'shadow page'.
|
| std::unique_ptr<WebApplicationCacheHost> CreateApplicationCacheHost(
|
| WebApplicationCacheHostClient*) override;
|
| + void FrameDetached(WebLocalFrame*, DetachType) override;
|
| void DidFinishDocumentLoad() override;
|
|
|
| // WebDevToolsAgentClient overrides.
|
|
|