| Index: Source/core/xml/XSLTProcessor.idl
|
| diff --git a/Source/core/xml/XSLTProcessor.idl b/Source/core/xml/XSLTProcessor.idl
|
| index cda3afb417763ca29fdf0d8a2218b8800447cff4..1198d41d5c5a515855b647a0221dfd15f8c32903 100644
|
| --- a/Source/core/xml/XSLTProcessor.idl
|
| +++ b/Source/core/xml/XSLTProcessor.idl
|
| @@ -45,7 +45,7 @@
|
| [CustomElementCallbacks] Document? transformToDocument(Node source);
|
|
|
| void setParameter(DOMString? namespaceURI, DOMString localName, DOMString value);
|
| - [TreatReturnedNullStringAs=Undefined] DOMString getParameter(DOMString? namespaceURI, DOMString localName);
|
| + DOMString? getParameter(DOMString? namespaceURI, DOMString localName);
|
| void removeParameter(DOMString? namespaceURI, DOMString localName);
|
| void clearParameters();
|
|
|
|
|