mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1125562 - Mark some const attributes in webidl as such r=bzbarsky
This commit is contained in:
parent
826a85be31
commit
e0bbee3b05
@ -19,9 +19,13 @@ interface SVGSVGElement : SVGGraphicsElement {
|
||||
readonly attribute SVGAnimatedLength width;
|
||||
readonly attribute SVGAnimatedLength height;
|
||||
// readonly attribute SVGRect viewport;
|
||||
[Constant]
|
||||
readonly attribute float pixelUnitToMillimeterX;
|
||||
[Constant]
|
||||
readonly attribute float pixelUnitToMillimeterY;
|
||||
[Constant]
|
||||
readonly attribute float screenPixelToMillimeterX;
|
||||
[Constant]
|
||||
readonly attribute float screenPixelToMillimeterY;
|
||||
readonly attribute boolean useCurrentView;
|
||||
// readonly attribute SVGViewSpec currentView;
|
||||
|
Loading…
Reference in New Issue
Block a user