Index: Source/modules/notifications/NotificationOptions.idl |
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl |
index 192a9d2a42f24f995a68ee1eefa6c180e5bdb6e8..364907ecd5f001f352a63e93bf13fc05eba8aa99 100644 |
--- a/Source/modules/notifications/NotificationOptions.idl |
+++ b/Source/modules/notifications/NotificationOptions.idl |
@@ -17,7 +17,7 @@ dictionary NotificationOptions { |
DOMString tag = ""; |
DOMString icon; |
// TODO(sh919.park): vibrate should be ([Clamp] unsigned long or sequence<unsigned long>) |
- [RuntimeEnabled=NotificationExperimental] (unsigned long or sequence<unsigned long>) vibrate; |
+ (unsigned long or sequence<unsigned long>) vibrate; |
boolean silent = false; |
any data = null; |
}; |