Index: third_party/WebKit/Source/modules/fetch/Body.h |
diff --git a/third_party/WebKit/Source/modules/fetch/Body.h b/third_party/WebKit/Source/modules/fetch/Body.h |
index c13da67bedcfedf0a9b5a8264ba437b62596405c..9f1813764f71855e05f57c376a0cc832a22b0957 100644 |
--- a/third_party/WebKit/Source/modules/fetch/Body.h |
+++ b/third_party/WebKit/Source/modules/fetch/Body.h |
@@ -7,6 +7,7 @@ |
#include "bindings/core/v8/ScriptPromise.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
+#include "bindings/core/v8/V8GCRoot.h" |
#include "core/dom/ActiveDOMObject.h" |
#include "modules/ModulesExport.h" |
#include "platform/heap/Handle.h" |
@@ -29,7 +30,8 @@ class ScriptState; |
class MODULES_EXPORT Body |
: public GarbageCollectedFinalized<Body> |
, public ScriptWrappable |
- , public ActiveDOMObject { |
+ , public ActiveDOMObject |
+ , public V8GCRoot { |
WTF_MAKE_NONCOPYABLE(Body); |
DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Body); |