| Index: Source/modules/notifications/NotificationOptions.idl
|
| diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl
|
| index 364907ecd5f001f352a63e93bf13fc05eba8aa99..47193cc1cd5420738dd8335744f121e1fe33854e 100644
|
| --- a/Source/modules/notifications/NotificationOptions.idl
|
| +++ b/Source/modules/notifications/NotificationOptions.idl
|
| @@ -16,6 +16,7 @@ dictionary NotificationOptions {
|
| DOMString body = "";
|
| DOMString tag = "";
|
| DOMString icon;
|
| + [RuntimeEnabled=NotificationExperimental] USVString sound;
|
| // TODO(sh919.park): vibrate should be ([Clamp] unsigned long or sequence<unsigned long>)
|
| (unsigned long or sequence<unsigned long>) vibrate;
|
| boolean silent = false;
|
|
|