| Index: Source/modules/notifications/Notification.idl
|
| diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl
|
| index 4d92e1768e9b89a27374dd23910ed2e4b9603066..8d78f7f5b590ad127f32bf215764a0fd22d84397 100644
|
| --- a/Source/modules/notifications/Notification.idl
|
| +++ b/Source/modules/notifications/Notification.idl
|
| @@ -70,7 +70,7 @@ enum NotificationPermission {
|
|
|
| [RuntimeEnabled=NotificationExperimental] readonly attribute sequence<unsigned long>? vibrate;
|
| readonly attribute boolean silent;
|
| - [RuntimeEnabled=NotificationExperimental] readonly attribute boolean requireInteraction;
|
| + readonly attribute boolean requireInteraction;
|
| [CallWith=ScriptState, SameObject] readonly attribute any data;
|
|
|
| // TODO(johnme): The spec requires a FrozenArray, but sequence seems to behave like one already?! https://crbug.com/515920
|
|
|