Index: third_party/WebKit/Source/core/dom/Iterator.idl |
diff --git a/third_party/WebKit/Source/core/dom/Iterator.idl b/third_party/WebKit/Source/core/dom/Iterator.idl |
index a978537bcf5c5328b897206cc73522143c75b276..2eaf6ba3f61389b0ce41e807f253b3dface1001b 100644 |
--- a/third_party/WebKit/Source/core/dom/Iterator.idl |
+++ b/third_party/WebKit/Source/core/dom/Iterator.idl |
@@ -5,7 +5,6 @@ |
// http://people.mozilla.org/~jorendorff/es6-draft.html#sec-iterator-interface |
[ |
- Iterable, |
NoInterfaceObject, |
] interface Iterator { |
[CallWith=ScriptState, RaisesException] any next(optional any value); |