Index: Source/modules/notifications/NotificationOptions.idl |
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl |
index 5b01b6a8709c5463f1835e786b00ba5e2655435b..7908a46c2ac8c2368d350cfc4d02234f8282e196 100644 |
--- a/Source/modules/notifications/NotificationOptions.idl |
+++ b/Source/modules/notifications/NotificationOptions.idl |
@@ -16,4 +16,5 @@ dictionary NotificationOptions { |
DOMString body = ""; |
DOMString tag = ""; |
DOMString icon; |
+ boolean silent = false; |
}; |