| Index: Source/core/workers/WorkerObjectProxy.h
|
| diff --git a/Source/core/workers/WorkerObjectProxy.h b/Source/core/workers/WorkerObjectProxy.h
|
| index 7d7ae3e64dc885b8a3d63ffa9f18afa4cdf50e05..d4da8699306f089583a8c7a84ee0ff160a1fe922 100644
|
| --- a/Source/core/workers/WorkerObjectProxy.h
|
| +++ b/Source/core/workers/WorkerObjectProxy.h
|
| @@ -48,7 +48,7 @@ namespace WebCore {
|
| virtual void reportPendingActivity(bool hasPendingActivity) = 0;
|
|
|
| // No need to notify the parent page context when dedicated workers are closing.
|
| - virtual void workerContextClosed() OVERRIDE { }
|
| + virtual void workerGlobalScopeClosed() OVERRIDE { }
|
| };
|
|
|
| } // namespace WebCore
|
|
|