| Index: Source/web/WorkerPermissionClient.h
|
| diff --git a/Source/web/WorkerPermissionClient.h b/Source/web/WorkerPermissionClient.h
|
| index 8abcffb95c2c45e6d78c76d0f15720240f78f434..25f42154f73302e67199734734dba48297dca4eb 100644
|
| --- a/Source/web/WorkerPermissionClient.h
|
| +++ b/Source/web/WorkerPermissionClient.h
|
| @@ -44,7 +44,7 @@ class WebFrame;
|
| class WebString;
|
| class WebWorkerPermissionClientProxy;
|
|
|
| -class WorkerPermissionClient : public WebCore::Supplement<WebCore::WorkerClients> {
|
| +class WorkerPermissionClient FINAL : public WebCore::Supplement<WebCore::WorkerClients> {
|
| public:
|
| static PassOwnPtr<WorkerPermissionClient> create(PassOwnPtr<WebWorkerPermissionClientProxy>);
|
|
|
|
|