| Index: Source/core/svg/SVGTextContentElement.idl
|
| diff --git a/Source/core/svg/SVGTextContentElement.idl b/Source/core/svg/SVGTextContentElement.idl
|
| index f87b1bfe503df1f21a81337836e8a64677216528..4a2acb9dc2735b87113d678947d9484541346fb4 100644
|
| --- a/Source/core/svg/SVGTextContentElement.idl
|
| +++ b/Source/core/svg/SVGTextContentElement.idl
|
| @@ -23,12 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGTextContentElement : SVGStyledElement,
|
| - SVGTests,
|
| - SVGLangSpace,
|
| - SVGExternalResourcesRequired {
|
| +interface SVGTextContentElement : SVGStyledElement,
|
| + SVGTests,
|
| + SVGLangSpace,
|
| + SVGExternalResourcesRequired {
|
| // lengthAdjust Types
|
| const unsigned short LENGTHADJUST_UNKNOWN = 0;
|
| const unsigned short LENGTHADJUST_SPACING = 1;
|
|
|