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

Unified Diff: core/xml/XSLTProcessor.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/xml/XMLHttpRequestUpload.idl ('k') | modules/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/xml/XSLTProcessor.idl
diff --git a/core/xml/XSLTProcessor.idl b/core/xml/XSLTProcessor.idl
index 5cef21eb81b44b7b42b07f8c5a4f784f8f71c997..f552ed1eefdf5e04b99d18d758b287a1c66f5ca4 100644
--- a/core/xml/XSLTProcessor.idl
+++ b/core/xml/XSLTProcessor.idl
@@ -36,8 +36,8 @@
] interface XSLTProcessor {
void importStylesheet([Default=Undefined] optional Node stylesheet);
- DocumentFragment transformToFragment([Default=Undefined] optional Node source, [Default=Undefined] optional Document docVal);
- Document transformToDocument([Default=Undefined] optional Node source);
+ [CustomElementCallbacks=Enable] DocumentFragment transformToFragment([Default=Undefined] optional Node source, [Default=Undefined] optional Document docVal);
+ [CustomElementCallbacks=Enable] Document transformToDocument([Default=Undefined] optional Node source);
[Custom] void setParameter(DOMString namespaceURI, DOMString localName, DOMString value);
[Custom, TreatReturnedNullStringAs=Undefined] DOMString getParameter(DOMString namespaceURI, DOMString localName);
« no previous file with comments | « core/xml/XMLHttpRequestUpload.idl ('k') | modules/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698