| 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);
|
| };
|
|
|