Chromium Code Reviews| Index: core/svg/SVGAnimatedRect.idl |
| diff --git a/core/svg/SVGAnimatedRect.idl b/core/svg/SVGAnimatedRect.idl |
| index aa1a59771b968abffacbf9a0190f43d549fae236..d020f95f795c266dfa3be534187a0ad4c89b6f99 100644 |
| --- a/core/svg/SVGAnimatedRect.idl |
| +++ b/core/svg/SVGAnimatedRect.idl |
| @@ -27,8 +27,6 @@ |
| [ |
| SetWrapperReferenceTo(SVGElement contextElement), |
| - RuntimeEnabled=SVG1DOM, |
| - MeasureAs=SVG1DOM, |
| WillBeGarbageCollected, |
| ] interface SVGAnimatedRect { |
| // TODO(philipj): SVGRect should be DOMRectReadOnly. |