Index: Source/core/svg/SVGExternalResourcesRequired.idl |
diff --git a/Source/core/svg/SVGExternalResourcesRequired.idl b/Source/core/svg/SVGExternalResourcesRequired.idl |
index 50f8471db8ff51d50df9fcb516f3062243bf21bb..d80071c344fe52ce942af2ed1311c27372a5051d 100644 |
--- a/Source/core/svg/SVGExternalResourcesRequired.idl |
+++ b/Source/core/svg/SVGExternalResourcesRequired.idl |
@@ -25,7 +25,8 @@ |
*/ |
[ |
- NoInterfaceObject |
+ NoInterfaceObject, |
+ LegacyImplementedInBaseClass |
] interface SVGExternalResourcesRequired { |
readonly attribute SVGAnimatedBoolean externalResourcesRequired; |
}; |