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

Unified Diff: Source/core/xml/DocumentXSLT.idl

Issue 703193004: XSLT-in-PrivateScript (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
Index: Source/core/xml/DocumentXSLT.idl
diff --git a/Source/core/xml/DocumentXMLTreeViewer.idl b/Source/core/xml/DocumentXSLT.idl
similarity index 58%
copy from Source/core/xml/DocumentXMLTreeViewer.idl
copy to Source/core/xml/DocumentXSLT.idl
index 150d440592945c6a749b5c1965ddc0972474bce6..3ef79d206d6470d091ef6c5a828419babb019cbc 100644
--- a/Source/core/xml/DocumentXMLTreeViewer.idl
+++ b/Source/core/xml/DocumentXSLT.idl
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- NoImplHeader
-] partial interface Document {
- [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void transformDocumentToTreeView(DOMString noStyleMessage);
+partial interface Document {
+ [ImplementedInPrivateScript, OnlyExposedToPrivateScript] boolean xsltTransformed();
+ [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void setTransformSourceDocument(Document document);
};

Powered by Google App Engine
This is Rietveld 408576698