| Index: third_party/WebKit/Source/core/page/EventSource.h
|
| diff --git a/third_party/WebKit/Source/core/page/EventSource.h b/third_party/WebKit/Source/core/page/EventSource.h
|
| index 47e94fc4fd4b027f4e87a2b7a6a4655e90233dcc..9ddbf42e579314ac583b54b11cef98a8be1de108 100644
|
| --- a/third_party/WebKit/Source/core/page/EventSource.h
|
| +++ b/third_party/WebKit/Source/core/page/EventSource.h
|
| @@ -32,6 +32,7 @@
|
| #ifndef EventSource_h
|
| #define EventSource_h
|
|
|
| +#include "bindings/core/v8/V8GCRoot.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventTarget.h"
|
| #include "core/loader/ThreadableLoader.h"
|
| @@ -49,7 +50,7 @@ class EventSourceInit;
|
| class ExceptionState;
|
| class ResourceResponse;
|
|
|
| -class CORE_EXPORT EventSource final : public RefCountedGarbageCollectedEventTargetWithInlineData<EventSource>, private ThreadableLoaderClient, public ContextLifecycleObserver, public EventSourceParser::Client {
|
| +class CORE_EXPORT EventSource final : public RefCountedGarbageCollectedEventTargetWithInlineData<EventSource>, private ThreadableLoaderClient, public ContextLifecycleObserver, public EventSourceParser::Client, public V8GCRoot {
|
| DEFINE_WRAPPERTYPEINFO();
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(EventSource);
|
| USING_GARBAGE_COLLECTED_MIXIN(EventSource);
|
|
|