| Index: Source/modules/notifications/NotificationOptions.idl
|
| diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl
|
| index 716ce68f4ea9ae8c1bc3eadbb29dbcf4536f7859..a51fb0415d26bbe0b81c8ad92b92e26713142246 100644
|
| --- a/Source/modules/notifications/NotificationOptions.idl
|
| +++ b/Source/modules/notifications/NotificationOptions.idl
|
| @@ -16,6 +16,8 @@ dictionary NotificationOptions {
|
| DOMString body = "";
|
| 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;
|
| boolean silent = false;
|
| [RuntimeEnabled=NotificationExperimental] any data = null;
|
| };
|
|
|