Index: third_party/WebKit/Source/core/svg/SVGURIReference.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGURIReference.idl b/third_party/WebKit/Source/core/svg/SVGURIReference.idl |
index 3f9e8603953600524b3bb269c69ab87cb177d28e..65f310f3a22cc9996bb0edb986457dd7c33c0b74 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGURIReference.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGURIReference.idl |
@@ -29,5 +29,5 @@ |
[ |
NoInterfaceObject, // Always used on target of 'implements' |
] interface SVGURIReference { |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedString href; |
+ [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedString href; |
}; |