| Index: Source/core/xml/WindowXSLT.idl
|
| diff --git a/Source/core/frame/ScrollOptions.idl b/Source/core/xml/WindowXSLT.idl
|
| similarity index 52%
|
| copy from Source/core/frame/ScrollOptions.idl
|
| copy to Source/core/xml/WindowXSLT.idl
|
| index 615da4b006a4fd237594236fd4dc0940c3389773..6ddf3a5b6b13e28ecd6ca65f0bb7a3025f04eb24 100644
|
| --- a/Source/core/frame/ScrollOptions.idl
|
| +++ b/Source/core/xml/WindowXSLT.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.
|
|
|
| -// Spec: Non-standard
|
| -
|
| -dictionary ScrollOptions {
|
| - DOMString behavior;
|
| +partial interface Window {
|
| + [OnlyExposedToPrivateScript] void replaceDocument(DOMString documentSource, DOMString contentType, DOMString encodingName);
|
| };
|
| +
|
|
|