| Index: Source/core/clipboard/DataTransferItem.idl
|
| diff --git a/Source/core/clipboard/DataTransferItem.idl b/Source/core/clipboard/DataTransferItem.idl
|
| index 81012bb001a9fc82c167763f39ea96b5831d4977..1328c6ed88a1ae5445a6924af99628108130fec9 100644
|
| --- a/Source/core/clipboard/DataTransferItem.idl
|
| +++ b/Source/core/clipboard/DataTransferItem.idl
|
| @@ -31,7 +31,7 @@
|
| // https://html.spec.whatwg.org/#the-datatransferitem-interface
|
|
|
| [
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface DataTransferItem {
|
| readonly attribute DOMString kind;
|
| readonly attribute DOMString type;
|
|
|