| Index: third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/FileWriter.h b/third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| index a2653a14e18c4b9b5238d733ade89fb21425bcb9..fb6ec89ee5c9e62a0733d43a3be7e0313f8509a3 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef FileWriter_h
|
| #define FileWriter_h
|
|
|
| +#include "bindings/core/v8/V8GCRoot.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/fileapi/FileError.h"
|
| @@ -54,7 +55,8 @@ class FileWriter final
|
| , public EventTargetWithInlineData
|
| #endif
|
| , public ActiveDOMObject
|
| - , public WebFileWriterClient {
|
| + , public WebFileWriterClient
|
| + , public V8GCRoot {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(FileWriterBase);
|
| DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FileWriter);
|
|
|