| Index: Source/modules/filesystem/FileSystemClient.h
|
| diff --git a/Source/modules/filesystem/FileSystemClient.h b/Source/modules/filesystem/FileSystemClient.h
|
| index d8058a3dd0250d977a371c06bfa66d21a60e2860..bcf6233852a4803f2b09d445d900f2fc3991a8b2 100644
|
| --- a/Source/modules/filesystem/FileSystemClient.h
|
| +++ b/Source/modules/filesystem/FileSystemClient.h
|
| @@ -33,6 +33,7 @@
|
|
|
| #include "modules/ModulesExport.h"
|
| #include "platform/FileSystemType.h"
|
| +#include "wtf/FastAllocBase.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| @@ -44,6 +45,7 @@ class ContentSettingCallbacks;
|
| class WorkerClients;
|
|
|
| class FileSystemClient {
|
| + WTF_MAKE_FAST_ALLOCATED(FileSystemClient);
|
| WTF_MAKE_NONCOPYABLE(FileSystemClient);
|
| public:
|
| FileSystemClient() { }
|
|
|