| Index: public/web/WebSharedWorkerClient.h
|
| diff --git a/public/web/WebSharedWorkerClient.h b/public/web/WebSharedWorkerClient.h
|
| index 89362f35c9d56f6f3e7cc0e184cf3dbe5e43cb53..ed87dc5806696c8ef0c9ccfb38e89388f3fdf69a 100644
|
| --- a/public/web/WebSharedWorkerClient.h
|
| +++ b/public/web/WebSharedWorkerClient.h
|
| @@ -50,6 +50,7 @@ class WebSharedWorkerClient {
|
| public:
|
| virtual void workerContextClosed() = 0;
|
| virtual void workerContextDestroyed() = 0;
|
| + virtual void workerShadowPageLoaded() { }
|
| virtual void workerScriptLoaded() = 0;
|
| virtual void workerScriptLoadFailed() = 0;
|
| virtual void selectAppCacheID(long long) = 0;
|
|
|