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