Index: ui/events/event.h |
diff --git a/ui/events/event.h b/ui/events/event.h |
index 6a27b0e91d8759ba158ff7a8b346da765924e97c..349ed55c96050ae23716d2ec6e04bba5b907111b 100644 |
--- a/ui/events/event.h |
+++ b/ui/events/event.h |
@@ -779,7 +779,7 @@ class EVENTS_EXPORT KeyEvent : public Event { |
// TODO(kpschoedel): refactor so that key_ and character_ are not mutable. |
// This requires defining the KeyEvent completely at construction rather |
// than lazily under GetCharacter(), which likely also means removing |
- // the two 'incomplete' constructors. |
+ // the two 'incomplete' constructors. crbug.com/444045 |
// |
// DOM KeyboardEvent |key| |
// http://www.w3.org/TR/DOM-Level-3-Events-key/ |