| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index db27514a3812df53ba11419177f5e6555e0d34c8..a1ea164a2c4bd9fac05593291fd2a32debb456bc 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -310,4 +310,7 @@
|
| boolean isUseCounted(Document document, long useCounterId);
|
|
|
| iterable<long>;
|
| +
|
| + [Unscopeable] readonly attribute DOMString unscopeableAttribute;
|
| + [Unscopeable] DOMString unscopeableMethod();
|
| };
|
|
|