Index: Source/modules/notifications/NotificationOptions.idl |
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl |
index b1f91a6164d32c9ccf85528132938f9e786cc655..3047c29604b980fc19f3291d53fca0654c859564 100644 |
--- a/Source/modules/notifications/NotificationOptions.idl |
+++ b/Source/modules/notifications/NotificationOptions.idl |
@@ -19,7 +19,7 @@ dictionary NotificationOptions { |
// TODO(sh919.park): vibrate should be ([Clamp] unsigned long or sequence<unsigned long>) |
(unsigned long or sequence<unsigned long>) vibrate; |
boolean silent = false; |
- [RuntimeEnabled=NotificationExperimental] boolean requireInteraction = false; |
+ boolean requireInteraction = false; |
any data = null; |
[RuntimeEnabled=NotificationExperimental] sequence<NotificationAction> actions = []; |
}; |