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

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

Issue 640303002: Enable Oilpan for core/clipboard/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove some slightly pointy edges 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
« no previous file with comments | « Source/core/clipboard/DataTransferItemList.cpp ('k') | Source/core/clipboard/Pasteboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataTransferItemList.idl
diff --git a/Source/core/clipboard/DataTransferItemList.idl b/Source/core/clipboard/DataTransferItemList.idl
index c350fa08984e300ed117959e5c3de096a802e676..4349174637acca939b54664edcff0529c5788bb9 100644
--- a/Source/core/clipboard/DataTransferItemList.idl
+++ b/Source/core/clipboard/DataTransferItemList.idl
@@ -32,7 +32,7 @@
[
TypeChecking=Interface,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface DataTransferItemList {
readonly attribute unsigned long length;
[ImplementedAs=item] getter DataTransferItem (unsigned long index);
« no previous file with comments | « Source/core/clipboard/DataTransferItemList.cpp ('k') | Source/core/clipboard/Pasteboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698