Chromium Code Reviews| Index: Source/core/svg/SVGTests.idl |
| diff --git a/Source/core/svg/SVGTests.idl b/Source/core/svg/SVGTests.idl |
| index e2eaa13ec6e85dcc35ee42ec029bb07512f7e93a..f4c080cbae3f8bef6f65f26abf1b0f3900ffa886 100644 |
| --- a/Source/core/svg/SVGTests.idl |
| +++ b/Source/core/svg/SVGTests.idl |
| @@ -25,7 +25,8 @@ |
| */ |
| [ |
| - NoInterfaceObject |
| + NoInterfaceObject, |
| + LegacyInDestinationClass |
| ] interface SVGTests { |
| readonly attribute SVGStringList requiredFeatures; |
| readonly attribute SVGStringList requiredExtensions; |