| Index: Source/core/svg/SVGTextContentElement.idl
|
| diff --git a/Source/core/svg/SVGTextContentElement.idl b/Source/core/svg/SVGTextContentElement.idl
|
| index 4f0466b4116f0ebef8131c9c3a65e327c366c706..9d1f4f4e78b504393830189a8523c32a46cd4d9b 100644
|
| --- a/Source/core/svg/SVGTextContentElement.idl
|
| +++ b/Source/core/svg/SVGTextContentElement.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| [
|
| - TypeChecking=Interface|Nullable,
|
| + TypeChecking=Interface,
|
| ] interface SVGTextContentElement : SVGGraphicsElement {
|
| // lengthAdjust Types
|
| const unsigned short LENGTHADJUST_UNKNOWN = 0;
|
|
|