| Index: Source/core/svg/SVGTextPositioningElement.idl
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.idl b/Source/core/svg/SVGTextPositioningElement.idl
|
| index 7c3afdfe6d824bf6c8a109110be8baaf5d0aebaa..2a018641c07ceb467e1c22056354d807dccd9bf8 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.idl
|
| +++ b/Source/core/svg/SVGTextPositioningElement.idl
|
| @@ -23,9 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGTextPositioningElement : SVGTextContentElement {
|
| +interface SVGTextPositioningElement : SVGTextContentElement {
|
| readonly attribute SVGAnimatedLengthList x;
|
| readonly attribute SVGAnimatedLengthList y;
|
| readonly attribute SVGAnimatedLengthList dx;
|
|
|