| Index: Source/core/events/ClipboardEvent.idl
|
| diff --git a/Source/core/events/ClipboardEvent.idl b/Source/core/events/ClipboardEvent.idl
|
| index 8913e834420fd6a11b403e97503d00dff32da76f..0b10b27a932bed2589136121529e8c76b8e8391c 100644
|
| --- a/Source/core/events/ClipboardEvent.idl
|
| +++ b/Source/core/events/ClipboardEvent.idl
|
| @@ -5,7 +5,7 @@
|
| // https://w3c.github.io/clipboard-apis/#clipboard-event-interfaces
|
|
|
| // TODO(philipj): There should be a constructor which takes a ClipboardEventInit
|
| -// dictionary.
|
| +// dictionary. crbug.com/496394
|
| interface ClipboardEvent : Event {
|
| readonly attribute DataTransfer clipboardData;
|
| };
|
|
|