| Index: Source/core/svg/SVGFESpecularLightingElement.idl
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.idl b/Source/core/svg/SVGFESpecularLightingElement.idl
|
| index 66d506e9dcfdc93c69fc5acad4eb0613fb478d13..65d675f9db629456429d18fa85a8a402053281ec 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] readonly attribute SVGAnimatedString in1;
|
| + [RuntimeEnabled=SVG1DOM] readonly attribute SVGAnimatedNumber surfaceScale;
|
| + [RuntimeEnabled=SVG1DOM] readonly attribute SVGAnimatedNumber specularConstant;
|
| + [RuntimeEnabled=SVG1DOM] readonly attribute SVGAnimatedNumber specularExponent;
|
| };
|
|
|
| SVGFESpecularLightingElement implements SVGFilterPrimitiveStandardAttributes;
|
|
|