| Index: Source/core/svg/SVGPreserveAspectRatio.idl
|
| diff --git a/Source/core/svg/SVGPreserveAspectRatio.idl b/Source/core/svg/SVGPreserveAspectRatio.idl
|
| index 15916302ee3abd8765c1acc3de9a79860dc31866..105f6de292dd0e77b7b9516b783600c0a87f68b1 100644
|
| --- a/Source/core/svg/SVGPreserveAspectRatio.idl
|
| +++ b/Source/core/svg/SVGPreserveAspectRatio.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| [
|
| - StrictTypeChecking,
|
| + TypeChecking=Interface|Nullable|String,
|
| ImplementedAs=SVGPreserveAspectRatioTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement)
|
| ] interface SVGPreserveAspectRatio {
|
|
|