Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 9efcd84b9a382f29a48fae4cf0994798d21b0d1a..b29f4090918970aae57e7f59f98ae7f845038d7c 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -27,7 +27,7 @@ enum VisibilityState { "hidden", "visible", "prerender", "unloaded" }; |
// https://dom.spec.whatwg.org/#interface-document |
-// FIXME: Document should have a constructor. |
+// FIXME: Document should have a constructor. crbug.com/238234 |
interface Document : Node { |
[SameObject] readonly attribute DOMImplementation implementation; |
readonly attribute DOMString URL; |