Index: third_party/WebKit/Source/bindings/tests/idls/core/TestInterface.idl |
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface.idl |
index 14f8867caafdec5f5e00913fee859e7122d85b44..30a0c0db617d476bf7e2d299941d5adf23ac430d 100644 |
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface.idl |
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface.idl |
@@ -37,7 +37,6 @@ |
Custom=LegacyCallAsFunction, |
DoNotCheckConstants, |
ImplementedAs=TestInterfaceImplementation, |
- Iterable, |
RuntimeEnabled=FeatureName, |
Exposed=(Worker,Window), |
] interface TestInterface : TestInterfaceEmpty { |
@@ -112,6 +111,8 @@ |
Promise promiseMethodPartialOverload(Window window); |
static Promise staticPromiseMethodPartialOverload(); |
+ iterable<ByteString, long>; |
+ |
[LenientThis] attribute any lenientThisAttribute; |
[LegacyInterfaceTypeChecking] void legacyInterfaceTypeCheckingMethod(TestInterfaceEmpty testInterfaceEmptyArg); |