| Index: Source/modules/notifications/NotificationOptions.idl
|
| diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl
|
| index 823032260dbf41e44fe4336f6f80ccfa73a38318..5b01b6a8709c5463f1835e786b00ba5e2655435b 100644
|
| --- a/Source/modules/notifications/NotificationOptions.idl
|
| +++ b/Source/modules/notifications/NotificationOptions.idl
|
| @@ -10,9 +10,7 @@ enum NotificationDirection {
|
| "rtl"
|
| };
|
|
|
| -[
|
| - GarbageCollected
|
| -] dictionary NotificationOptions {
|
| +dictionary NotificationOptions {
|
| NotificationDirection dir = "auto";
|
| DOMString lang = "";
|
| DOMString body = "";
|
|
|