| Index: Source/core/svg/SVGScriptElement.idl
|
| diff --git a/Source/core/svg/SVGScriptElement.idl b/Source/core/svg/SVGScriptElement.idl
|
| index 146a0fbd90d31faab2f4fb7e35d45f4c5d786f14..bb4d7b25dfbca7921212cedf00a7d300a3690e83 100644
|
| --- a/Source/core/svg/SVGScriptElement.idl
|
| +++ b/Source/core/svg/SVGScriptElement.idl
|
| @@ -24,8 +24,7 @@
|
| */
|
|
|
| interface SVGScriptElement : SVGElement {
|
| - [TreatNullAs=NullString] attribute DOMString type;
|
| + attribute DOMString type;
|
| };
|
|
|
| SVGScriptElement implements SVGURIReference;
|
| -
|
|
|