| Index: Source/web/SharedWorkerRepositoryClientImpl.h
|
| diff --git a/Source/web/SharedWorkerRepositoryClientImpl.h b/Source/web/SharedWorkerRepositoryClientImpl.h
|
| index 5850621945ef930962a59abaf52fb69d090e9dff..db0eef2b647bb99e5ed55650ccc1dc553ed9285c 100644
|
| --- a/Source/web/SharedWorkerRepositoryClientImpl.h
|
| +++ b/Source/web/SharedWorkerRepositoryClientImpl.h
|
| @@ -42,6 +42,7 @@ class WebSharedWorkerRepositoryClient;
|
|
|
| class SharedWorkerRepositoryClientImpl final : public SharedWorkerRepositoryClient {
|
| WTF_MAKE_NONCOPYABLE(SharedWorkerRepositoryClientImpl);
|
| + WTF_MAKE_FAST_ALLOCATED(SharedWorkerRepositoryClientImpl);
|
| public:
|
| static PassOwnPtr<SharedWorkerRepositoryClientImpl> create(WebSharedWorkerRepositoryClient* client)
|
| {
|
|
|