| Index: public/web/WebServiceWorkerContextClient.h
|
| diff --git a/public/web/WebServiceWorkerContextClient.h b/public/web/WebServiceWorkerContextClient.h
|
| index d5996f815d4ad6f8a30b4ebe801df36f45ca3868..aca860550132acc40035ff92aaae8e61bb4ddd46 100644
|
| --- a/public/web/WebServiceWorkerContextClient.h
|
| +++ b/public/web/WebServiceWorkerContextClient.h
|
| @@ -94,6 +94,10 @@ public:
|
| // This is called on the main thread.
|
| virtual void workerContextFailedToStart() { }
|
|
|
| + // Called when the worker script is evaluated. |result| is true if the
|
| + // evaluation succeeded.
|
| + virtual void workerScriptEvaluated(bool result) { }
|
| +
|
| // Called when the WorkerGlobalScope had an error or an exception.
|
| virtual void reportException(const WebString& errorMessage, int lineNumber, int columnNumber, const WebString& sourceURL) { }
|
|
|
|
|