Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: third_party/WebCore/xml/XSLTProcessor.idl

Issue 10911186: Roll WebKit IDL to multivm@858 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/testing/Internals.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/xml/XSLTProcessor.idl
diff --git a/third_party/WebCore/xml/XSLTProcessor.idl b/third_party/WebCore/xml/XSLTProcessor.idl
index 48ec6c20e1dd90bc8000816d6fbeaf950492132d..c739b0157d947fb2e3c50e0b907d2a7fbac8fed2 100644
--- a/third_party/WebCore/xml/XSLTProcessor.idl
+++ b/third_party/WebCore/xml/XSLTProcessor.idl
@@ -37,9 +37,9 @@ module xml {
Constructor
] XSLTProcessor {
- [Custom] void importStylesheet(in Node stylesheet);
- [Custom] DocumentFragment transformToFragment(in Node source, in Document docVal);
- [Custom] Document transformToDocument(in Node source);
+ void importStylesheet(in [Optional=DefaultIsUndefined] Node stylesheet);
+ DocumentFragment transformToFragment(in [Optional=DefaultIsUndefined] Node source, in [Optional=DefaultIsUndefined] Document docVal);
+ Document transformToDocument(in [Optional=DefaultIsUndefined] Node source);
[Custom] void setParameter(in DOMString namespaceURI, in DOMString localName, in DOMString value);
[Custom, TreatReturnedNullStringAs=Undefined] DOMString getParameter(in DOMString namespaceURI, in DOMString localName);
« no previous file with comments | « third_party/WebCore/testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698