| Index: Source/core/clipboard/DataTransferItem.idl
|
| diff --git a/Source/core/clipboard/DataTransferItem.idl b/Source/core/clipboard/DataTransferItem.idl
|
| index 32e69045344e490ab6f237f19af48cdf7683aa19..3db5e12ffa0309d7a08da45979339ecb818d282e 100644
|
| --- a/Source/core/clipboard/DataTransferItem.idl
|
| +++ b/Source/core/clipboard/DataTransferItem.idl
|
| @@ -28,9 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// https://html.spec.whatwg.org/#the-datatransferitem-interface
|
| +
|
| [
|
| WillBeGarbageCollected,
|
| - NoInterfaceObject
|
| ] interface DataTransferItem {
|
| readonly attribute DOMString kind;
|
| readonly attribute DOMString type;
|
|
|