| Index: core/frame/ScrollOptions.idl
|
| diff --git a/core/streams/ReadableStream.idl b/core/frame/ScrollOptions.idl
|
| similarity index 71%
|
| copy from core/streams/ReadableStream.idl
|
| copy to core/frame/ScrollOptions.idl
|
| index 927fa94b9a9604b286a95cbc8edbee1d4f3eb020..8a2af31d66e7b464aa35db1f38b595118844445b 100644
|
| --- a/core/streams/ReadableStream.idl
|
| +++ b/core/frame/ScrollOptions.idl
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Spec: Non-standard
|
| +
|
| [
|
| - RuntimeEnabled=Stream,
|
| GarbageCollected
|
| -] interface ReadableStream {
|
| +] dictionary ScrollOptions {
|
| + DOMString behavior;
|
| };
|
|
|