Index: third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl |
index e2ec1b43a3a449fba704735f965405028e87febc..d020f95f795c266dfa3be534187a0ad4c89b6f99 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl |
@@ -27,7 +27,6 @@ |
[ |
SetWrapperReferenceTo(SVGElement contextElement), |
- RuntimeEnabled=SVG1DOM, |
WillBeGarbageCollected, |
] interface SVGAnimatedRect { |
// TODO(philipj): SVGRect should be DOMRectReadOnly. |