| Index: Source/core/workers/WorkerReportingProxy.h
|
| diff --git a/Source/core/workers/WorkerReportingProxy.h b/Source/core/workers/WorkerReportingProxy.h
|
| index 59edca06a82a468d6c9cf4e4a64ecbf6508fa440..7ecc015c23d65d578b1a9dbc73e2927f2b6cad46 100644
|
| --- a/Source/core/workers/WorkerReportingProxy.h
|
| +++ b/Source/core/workers/WorkerReportingProxy.h
|
| @@ -47,10 +47,10 @@ namespace WebCore {
|
| virtual void postMessageToPageInspector(const String&) = 0;
|
| virtual void updateInspectorStateCookie(const String&) = 0;
|
| // Invoked when close() is invoked on the worker context.
|
| - virtual void workerContextClosed() = 0;
|
| + virtual void workerGlobalScopeClosed() = 0;
|
|
|
| // Invoked when the thread has stopped.
|
| - virtual void workerContextDestroyed() = 0;
|
| + virtual void workerGlobalScopeDestroyed() = 0;
|
| };
|
|
|
| } // namespace WebCore
|
|
|