| Index: Source/web/WebFileChooserCompletionImpl.h
|
| diff --git a/Source/web/WebFileChooserCompletionImpl.h b/Source/web/WebFileChooserCompletionImpl.h
|
| index ef1c4ed1a1144232b71190e4309a290ef852f90a..dbdd29baff5266f1765fcf70336dc9684ed8e9ed 100644
|
| --- a/Source/web/WebFileChooserCompletionImpl.h
|
| +++ b/Source/web/WebFileChooserCompletionImpl.h
|
| @@ -35,11 +35,13 @@
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebVector.h"
|
| #include "public/web/WebFileChooserCompletion.h"
|
| +#include "wtf/FastAllocBase.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
| class WebFileChooserCompletionImpl final : public WebFileChooserCompletion {
|
| + WTF_MAKE_FAST_ALLOCATED(WebFileChooserCompletionImpl);
|
| public:
|
| explicit WebFileChooserCompletionImpl(PassRefPtr<FileChooser>);
|
| ~WebFileChooserCompletionImpl() override;
|
|
|