Index: Source/core/dom/DOMStringList.idl |
diff --git a/Source/core/dom/DOMStringList.idl b/Source/core/dom/DOMStringList.idl |
index 8e7268e5b0e6620cec6cd7a9af9197a708259251..ca27f1d5ac3838aa8540314185c5e39ab688922c 100644 |
--- a/Source/core/dom/DOMStringList.idl |
+++ b/Source/core/dom/DOMStringList.idl |
@@ -23,6 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// https://dom.spec.whatwg.org/#domstringlist |
+ |
+// FIXME: DOMStringList has been removed from the spec. crbug.com/460726 |
[ |
WillBeGarbageCollected, |
] interface DOMStringList { |