| Index: Source/core/workers/SharedWorkerRepositoryClient.h
|
| diff --git a/Source/core/workers/SharedWorkerRepositoryClient.h b/Source/core/workers/SharedWorkerRepositoryClient.h
|
| index 481572fbed5306c0bc5ce6ff1f0953cf7cd2c841..e965e05306eb030d1c7c7bfa178afaf048303932 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() { }
|
|
|