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

Unified Diff: Source/core/clipboard/DataTransfer.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/DataTransfer.cpp ('k') | Source/core/clipboard/DataTransferItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataTransfer.idl
diff --git a/Source/core/clipboard/DataTransfer.idl b/Source/core/clipboard/DataTransfer.idl
index 4966cc4d10dd360368f5d8edac0d85ec84513d6e..d4d9af2404495524d1cd720990ad853e405312ee 100644
--- a/Source/core/clipboard/DataTransfer.idl
+++ b/Source/core/clipboard/DataTransfer.idl
@@ -29,7 +29,7 @@
// https://html.spec.whatwg.org/#the-datatransfer-interface
[
- WillBeGarbageCollected
+ GarbageCollected
] interface DataTransfer {
// TODO(philipj): Remove [TreatReturnedNullStringAs=Undefined].
[TreatReturnedNullStringAs=Undefined] attribute DOMString dropEffect;
« no previous file with comments | « Source/core/clipboard/DataTransfer.cpp ('k') | Source/core/clipboard/DataTransferItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698