Index: Source/modules/notifications/NotificationOptions.idl |
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl |
index 364907ecd5f001f352a63e93bf13fc05eba8aa99..077a7171fa61bf79e06019ddeab372f02ec32d45 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; |
+ DOMString sound; |
// TODO(sh919.park): vibrate should be ([Clamp] unsigned long or sequence<unsigned long>) |
(unsigned long or sequence<unsigned long>) vibrate; |
boolean silent = false; |