summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/notifications/Notification.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/notifications/Notification.idl')
-rw-r--r--chromium/third_party/WebKit/Source/modules/notifications/Notification.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/notifications/Notification.idl b/chromium/third_party/WebKit/Source/modules/notifications/Notification.idl
index 1ef74c48660..51a26d91389 100644
--- a/chromium/third_party/WebKit/Source/modules/notifications/Notification.idl
+++ b/chromium/third_party/WebKit/Source/modules/notifications/Notification.idl
@@ -30,6 +30,7 @@
*/
[
+ GarbageCollected,
ActiveDOMObject,
Constructor(DOMString title, [Default=Undefined] optional Dictionary options),
ConstructorCallWith=ExecutionContext,