| Index: Source/core/workers/SharedWorkerRepositoryClient.h
|
| diff --git a/Source/core/workers/SharedWorkerRepositoryClient.h b/Source/core/workers/SharedWorkerRepositoryClient.h
|
| index 29c88a5771d715d830f5543d7c42834b530ffcb3..b8bc799f85bb2b101ff7d1e22ba18b6fd97bec45 100644
|
| --- a/Source/core/workers/SharedWorkerRepositoryClient.h
|
| +++ b/Source/core/workers/SharedWorkerRepositoryClient.h
|
| @@ -48,6 +48,7 @@ class SharedWorker;
|
|
|
| class SharedWorkerRepositoryClient {
|
| WTF_MAKE_NONCOPYABLE(SharedWorkerRepositoryClient);
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| SharedWorkerRepositoryClient() { }
|
| virtual ~SharedWorkerRepositoryClient() { }
|
|
|