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

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

Issue 169323002: Oilpan: Move core/clipboard/ to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/Clipboard.cpp ('k') | Source/core/clipboard/DataObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/Clipboard.idl
diff --git a/Source/core/clipboard/Clipboard.idl b/Source/core/clipboard/Clipboard.idl
index 695f70d48666d0b6be10e489f134f66b75975dde..a601822dc4763c7401340f6d1b53b3a4f0dbbaac 100644
--- a/Source/core/clipboard/Clipboard.idl
+++ b/Source/core/clipboard/Clipboard.idl
@@ -27,6 +27,7 @@
*/
[
+ WillBeGarbageCollected
] interface Clipboard {
[TreatReturnedNullStringAs=Undefined] attribute DOMString dropEffect;
[TreatReturnedNullStringAs=Undefined] attribute DOMString effectAllowed;
« no previous file with comments | « Source/core/clipboard/Clipboard.cpp ('k') | Source/core/clipboard/DataObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698