Index: Source/core/dom/Promise.idl |
diff --git a/Source/core/dom/Promise.idl b/Source/core/dom/Promise.idl |
index 7e3dba94bd6bbf263022b22e71c710f503a38624..bb6da2dfbffaeab70a75e64e1957beb1aa023191 100644 |
--- a/Source/core/dom/Promise.idl |
+++ b/Source/core/dom/Promise.idl |
@@ -43,5 +43,5 @@ callback AnyCallback = any (optional any value); |
[Custom] static Promise cast(any value); |
[Custom] static Promise race(any iterable); |
- [Custom] static Promise every(any... values); |
+ [Custom] static Promise all(any iterable); |
}; |