Index: third_party/WebKit/Source/core/clipboard/DataTransferItem.idl |
diff --git a/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl b/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl |
index b0fe40d159ef27189884d3a88364d2f614f8d33b..db186a153b8edb01bd3bab0cae7cf9a2d77a18bd 100644 |
--- a/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl |
+++ b/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl |
@@ -34,8 +34,8 @@ |
] interface DataTransferItem { |
readonly attribute DOMString kind; |
readonly attribute DOMString type; |
- // TODO(philipj): The callback argument should be a FunctionStringCallback. |
+ // TODO(foolip): The callback argument should be a FunctionStringCallback. |
[CallWith=ExecutionContext] void getAsString(StringCallback? callback); |
- // TODO(philipj): getAsFile() should return a File object. crbug.com/361145 |
+ // TODO(foolip): getAsFile() should return a File object. crbug.com/361145 |
Blob? getAsFile(); |
}; |