| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 7a89dcf7c62dfa640019b2fef98578324b007df0..09df7a9029db9926affe20e2ba12e0a873f28e61 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -27,7 +27,6 @@
|
| [
|
| DoNotCheckConstants,
|
| GarbageCollected,
|
| - Iterable,
|
| ] interface Internals {
|
| DOMString address(Node node);
|
|
|
| @@ -299,4 +298,6 @@
|
| UnionTypesTest unionTypesTest();
|
|
|
| void forceBlinkGCWithoutV8GC();
|
| +
|
| + iterable<long>;
|
| };
|
|
|