diff options
Diffstat (limited to 'webkit/api/public/WebCommonWorkerClient.h')
-rw-r--r-- | webkit/api/public/WebCommonWorkerClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/api/public/WebCommonWorkerClient.h b/webkit/api/public/WebCommonWorkerClient.h index fd7e399..0726a43 100644 --- a/webkit/api/public/WebCommonWorkerClient.h +++ b/webkit/api/public/WebCommonWorkerClient.h @@ -57,6 +57,7 @@ namespace WebKit { int lineNumber, const WebString& sourceURL) = 0; + virtual void workerContextClosed() = 0; virtual void workerContextDestroyed() = 0; // Returns the notification presenter for this worker context. Pointer |