mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 915726 - [Web Notifications] follow-up, change notification properties from Constant to Pure. r=gwagner
This commit is contained in:
parent
67e741a578
commit
cdc9a74d46
@ -27,22 +27,22 @@ interface Notification : EventTarget {
|
||||
|
||||
attribute EventHandler onclose;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute DOMString title;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute NotificationDirection dir;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute DOMString? lang;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute DOMString? body;
|
||||
|
||||
[Constant]
|
||||
readonly attribute DOMString? tag;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute DOMString? icon;
|
||||
|
||||
void close();
|
||||
|
Loading…
Reference in New Issue
Block a user