Index: third_party/WebKit/Source/modules/notifications/Notification.h |
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h |
index 065e3b9e6d4eca12c49c79dc7cdd9630cdbd6e10..c8199637d836bd18b7df831235edfb2dd933ac1f 100644 |
--- a/third_party/WebKit/Source/modules/notifications/Notification.h |
+++ b/third_party/WebKit/Source/modules/notifications/Notification.h |
@@ -34,6 +34,7 @@ |
#include "bindings/core/v8/ScriptPromise.h" |
#include "bindings/core/v8/ScriptValue.h" |
#include "bindings/core/v8/SerializedScriptValue.h" |
+#include "bindings/core/v8/V8GCRoot.h" |
#include "core/dom/ActiveDOMObject.h" |
#include "core/dom/DOMTimeStamp.h" |
#include "modules/EventTargetModules.h" |
@@ -57,7 +58,7 @@ class NotificationOptions; |
class NotificationPermissionCallback; |
class ScriptState; |
-class MODULES_EXPORT Notification final : public RefCountedGarbageCollectedEventTargetWithInlineData<Notification>, public ActiveDOMObject, public WebNotificationDelegate { |
+class MODULES_EXPORT Notification final : public RefCountedGarbageCollectedEventTargetWithInlineData<Notification>, public ActiveDOMObject, public WebNotificationDelegate, public V8GCRoot { |
REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(Notification); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Notification); |
DEFINE_WRAPPERTYPEINFO(); |