Chromium Code Reviews| Index: chrome/worker/nativewebworker_impl.h |
| =================================================================== |
| --- chrome/worker/nativewebworker_impl.h (revision 28613) |
| +++ chrome/worker/nativewebworker_impl.h (working copy) |
| @@ -31,6 +31,7 @@ |
| const WebKit::WebString& message, |
| const WebKit::WebMessagePortChannelArray& channels); |
| void workerObjectDestroyed(); |
| + void clientDestroyed(); |
| private: |
| WebKit::WebWorkerClient* client_; |