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

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

Issue 176853004: Oilpan: move core/fileapi to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
Index: Source/core/clipboard/Clipboard.h
diff --git a/Source/core/clipboard/Clipboard.h b/Source/core/clipboard/Clipboard.h
index 7ddd849e8840112a8aafd1fa0e055814b4b49315..76cae54d693c598774d826af0fc3db0bfa1b92db 100644
--- a/Source/core/clipboard/Clipboard.h
+++ b/Source/core/clipboard/Clipboard.h
@@ -76,7 +76,7 @@ public:
// extensions beyond IE's API
Vector<String> types() const;
- PassRefPtr<FileList> files() const;
+ PassRefPtrWillBeRawPtr<FileList> files() const;
IntPoint dragLocation() const { return m_dragLoc; }
void setDragImage(Element*, int x, int y, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698