| Index: third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl b/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
| index 9117c5efaa3c80c4dd131e2391284687d2aa10cc..458d6165abccefae06c22816491e3d6777fcfca0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
| @@ -29,9 +29,9 @@
|
| [
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| ] interface SVGFilterPrimitiveStandardAttributes {
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength x;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength y;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength width;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength height;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedString result;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength x;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength y;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength width;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength height;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedString result;
|
| };
|
|
|