mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1125647 - mark some webidl attributes as [Pure]. r=bzbarsky
This commit is contained in:
parent
ca56673ea3
commit
4824522b1c
@ -10,6 +10,6 @@
|
||||
interface SVGDocument : Document {
|
||||
[Throws]
|
||||
readonly attribute DOMString domain;
|
||||
[Throws]
|
||||
[Pure, Throws]
|
||||
readonly attribute SVGElement? rootElement;
|
||||
};
|
||||
|
@ -34,7 +34,9 @@ interface SVGPathSeg {
|
||||
const unsigned short PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = 18;
|
||||
const unsigned short PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = 19;
|
||||
|
||||
[Pure]
|
||||
readonly attribute unsigned short pathSegType;
|
||||
[Pure]
|
||||
readonly attribute DOMString pathSegTypeAsLetter;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user