Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index e79a8113b2d5f3da4b61bbba78acb54c88a0a419..e38862e729d74fe741b7e3ec57e95addfa1c02c4 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -105,7 +105,7 @@ |
// HTML |
// https://html.spec.whatwg.org/#htmlelement |
- // FIXME: dataset should be on HTMLElement. |
+ // FIXME: dataset should be on HTMLElement. crbug.com/498485 |
[SameObject, PerWorldBindings] readonly attribute DOMStringMap dataset; |
// Non-standard APIs |