| 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 f30a2ca71e0059420af7d81a84681153c99eef60..01f506560d36146dea61e2a6caa1dc7d7c85604b 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl
|
| @@ -34,7 +34,7 @@ interface DataTransferItem {
|
| readonly attribute DOMString kind;
|
| readonly attribute DOMString type;
|
| // TODO(foolip): The callback argument should be a FunctionStringCallback.
|
| - [CallWith=ExecutionContext] void getAsString(StringCallback? callback);
|
| + [CallWith=ScriptState] void getAsString(StringCallback? callback);
|
| // TODO(foolip): getAsFile() should return a File object. crbug.com/361145
|
| Blob? getAsFile();
|
| };
|
|
|