| Index: Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| diff --git a/Source/modules/crypto/WorkerGlobalScopeCrypto.h b/Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| index 3c5f4d800637080c0a1a7f41c1c22cbac45d0887..f0fe4f10e386f3aeba7da09638a32601dbb9dcfc 100644
|
| --- a/Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| +++ b/Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
| class WorkerCrypto;
|
| class ExecutionContext;
|
|
|
| -class WorkerGlobalScopeCrypto : public WorkerSupplement {
|
| +class WorkerGlobalScopeCrypto FINAL : public WorkerSupplement {
|
| public:
|
| virtual ~WorkerGlobalScopeCrypto();
|
| static WorkerGlobalScopeCrypto* from(WorkerSupplementable*);
|
|
|