Bug 1125562 - Mark some const attributes in webidl as such r=bzbarsky

This commit is contained in:
Robert Longson 2015-01-25 07:40:00 +00:00
Родитель 6892c81f4b
Коммит d5df2911cf
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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;