Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: Source/core/clipboard/DataTransferItem.idl

Issue 640303002: Enable Oilpan for core/clipboard/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased and updated Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698