| Index: Source/core/svg/SVGTextContentElement.idl
|
| diff --git a/Source/core/svg/SVGTextContentElement.idl b/Source/core/svg/SVGTextContentElement.idl
|
| index f4ce37dc97d960d38f451364a82b9e4c5327c245..5e6d18c10c3c2311fedf9f85a7c24b98949b8ca1 100644
|
| --- a/Source/core/svg/SVGTextContentElement.idl
|
| +++ b/Source/core/svg/SVGTextContentElement.idl
|
| @@ -43,6 +43,3 @@ interface SVGTextContentElement : SVGGraphicsElement {
|
| [RaisesException] void selectSubString(unsigned long offset, unsigned long length);
|
| };
|
|
|
| -// FIXME: SVGTextContentElement is not supposed to implement SVGExternalResourcesRequired.
|
| -SVGTextContentElement implements SVGExternalResourcesRequired;
|
| -
|
|
|