| Index: Source/core/svg/SVGFESpecularLightingElement.idl
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.idl b/Source/core/svg/SVGFESpecularLightingElement.idl
|
| index 66d506e9dcfdc93c69fc5acad4eb0613fb478d13..5cc69ba888bf1fe58032c55ba639efe3c21887bf 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.idl
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.idl
|
| @@ -26,10 +26,10 @@
|
| // http://www.w3.org/TR/filter-effects/#InterfaceSVGFESpecularLightingElement
|
|
|
| interface SVGFESpecularLightingElement : SVGElement {
|
| - readonly attribute SVGAnimatedString in1;
|
| - readonly attribute SVGAnimatedNumber surfaceScale;
|
| - readonly attribute SVGAnimatedNumber specularConstant;
|
| - readonly attribute SVGAnimatedNumber specularExponent;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedString in1;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber surfaceScale;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber specularConstant;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber specularExponent;
|
| };
|
|
|
| SVGFESpecularLightingElement implements SVGFilterPrimitiveStandardAttributes;
|
|
|