Index: third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl |
diff --git a/third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl b/third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl |
index cc2f6e263f96ed6d2dcbbca475d696e296f5772c..3a9555174ca6497a3ac8f2f66ab8d601eabfedd2 100644 |
--- a/third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl |
+++ b/third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl |
@@ -35,7 +35,7 @@ |
readonly attribute unsigned long length; |
[ImplementedAs=item] getter DataTransferItem (unsigned long index); |
[RaisesException] DataTransferItem? add(DOMString data, DOMString type); |
- // TODO(philipj): The file argument should not be nullable. |
+ // TODO(foolip): The file argument should not be nullable. |
DataTransferItem? add(File? file); |
[RaisesException, ImplementedAs=deleteItem] void remove(unsigned long index); |
void clear(); |