| Index: Source/core/svg/SVGTextContentElement.idl
|
| diff --git a/Source/core/svg/SVGTextContentElement.idl b/Source/core/svg/SVGTextContentElement.idl
|
| index 639c127e8cff66b3dd3149b370d0e875a2a17400..689c7bdd9fb7372018797c1381b10993a08e42ff 100644
|
| --- a/Source/core/svg/SVGTextContentElement.idl
|
| +++ b/Source/core/svg/SVGTextContentElement.idl
|
| @@ -23,7 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGTextContentElement : SVGStyledElement {
|
| +interface SVGTextContentElement : SVGGraphicsElement {
|
| // lengthAdjust Types
|
| const unsigned short LENGTHADJUST_UNKNOWN = 0;
|
| const unsigned short LENGTHADJUST_SPACING = 1;
|
| @@ -45,6 +45,6 @@ interface SVGTextContentElement : SVGStyledElement {
|
| [Default=Undefined,IsIndex] optional unsigned long length);
|
| };
|
|
|
| +// FIXME: SVGTextContentElement is not supposed to implement SVGExternalResourcesRequired.
|
| SVGTextContentElement implements SVGExternalResourcesRequired;
|
| -SVGTextContentElement implements SVGTests;
|
|
|
|
|