| Index: Source/core/xml/XSLTProcessor.idl
|
| diff --git a/Source/core/xml/XSLTProcessor.idl b/Source/core/xml/XSLTProcessor.idl
|
| index dc51a606a389dba8be5f188ac3a90913ba45eea7..c9605a176168adf3a7dcdaed04aa4f41933d2a08 100644
|
| --- a/Source/core/xml/XSLTProcessor.idl
|
| +++ b/Source/core/xml/XSLTProcessor.idl
|
| @@ -37,9 +37,9 @@
|
| MeasureAs=XSLTProcessor
|
| ] interface XSLTProcessor {
|
|
|
| - void importStylesheet([Default=Undefined] optional Node stylesheet);
|
| - [CustomElementCallbacks] DocumentFragment transformToFragment([Default=Undefined] optional Node source, [Default=Undefined] optional Document docVal);
|
| - [CustomElementCallbacks] Document transformToDocument([Default=Undefined] optional Node source);
|
| + void importStylesheet(optional Node stylesheet);
|
| + [CustomElementCallbacks] DocumentFragment transformToFragment(optional Node source, optional Document docVal);
|
| + [CustomElementCallbacks] Document transformToDocument(optional Node source);
|
|
|
| [Custom] void setParameter(DOMString namespaceURI, DOMString localName, DOMString value);
|
| [Custom, TreatReturnedNullStringAs=Undefined] DOMString getParameter(DOMString namespaceURI, DOMString localName);
|
|
|