| Index: Source/core/svg/SVGURIReference.idl
|
| diff --git a/Source/core/svg/SVGURIReference.idl b/Source/core/svg/SVGURIReference.idl
|
| index 8a3f713ce13a122dece9fe6b061d939798c27a27..a125241eb0d43021315356facbb84f75b474c9bf 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] readonly attribute SVGAnimatedString href;
|
| };
|
|
|