Index: third_party/WebKit/Source/modules/notifications/Notification.idl |
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.idl b/third_party/WebKit/Source/modules/notifications/Notification.idl |
index 5340c28f402f464bb1112427b55847b166b4f2bb..606f80071b510444f19dc6fae36009d3024c98d6 100644 |
--- a/third_party/WebKit/Source/modules/notifications/Notification.idl |
+++ b/third_party/WebKit/Source/modules/notifications/Notification.idl |
@@ -73,7 +73,7 @@ enum NotificationPermission { |
readonly attribute boolean renotify; |
readonly attribute boolean silent; |
readonly attribute boolean requireInteraction; |
- [CallWith=ScriptState, SameObject] readonly attribute any data; |
+ [CallWith=ScriptState, SameObject, SaveSameObject] readonly attribute any data; |
[CallWith=ScriptState, SameObject, SaveSameObject] readonly attribute FrozenArray<NotificationAction> actions; |
[MeasureAs=NotificationClosed] void close(); |