| Index: Source/core/svg/SVGForeignObjectElement.idl
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.idl b/Source/core/svg/SVGForeignObjectElement.idl
|
| index f7503044d2925a668fe75530106ade170c1ffd15..e8a02fc53b783c2b70625eda3bf1b5a02ba34653 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.idl
|
| +++ b/Source/core/svg/SVGForeignObjectElement.idl
|
| @@ -23,8 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGForeignObjectElement : SVGStyledElement,
|
| - SVGTransformable {
|
| +interface SVGForeignObjectElement : SVGGraphicsElement {
|
| readonly attribute SVGAnimatedLength x;
|
| readonly attribute SVGAnimatedLength y;
|
| readonly attribute SVGAnimatedLength width;
|
| @@ -32,5 +31,4 @@ interface SVGForeignObjectElement : SVGStyledElement,
|
| };
|
|
|
| SVGForeignObjectElement implements SVGExternalResourcesRequired;
|
| -SVGForeignObjectElement implements SVGTests;
|
|
|
|
|