| Index: Source/core/xml/DOMParser.idl
|
| diff --git a/Source/core/xml/DOMParser.idl b/Source/core/xml/DOMParser.idl
|
| index aa390c5cbae0c0b0e631e0edbafbb579a96ecdee..e7dbf4bf8b2976995d019fbd5dab89f920d81a48 100644
|
| --- a/Source/core/xml/DOMParser.idl
|
| +++ b/Source/core/xml/DOMParser.idl
|
| @@ -21,6 +21,6 @@
|
| WillBeGarbageCollected,
|
| Constructor
|
| ] interface DOMParser {
|
| - [RaisesException] Document parseFromString([Default=Undefined] optional DOMString str,
|
| - [Default=Undefined] optional DOMString contentType);
|
| + [RaisesException] Document parseFromString(optional DOMString str,
|
| + optional DOMString contentType);
|
| };
|
|
|