Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / clipboard / DataTransfer.h
index 612541d..76ff94f 100644 (file)
@@ -78,7 +78,7 @@ public:
 
     // extensions beyond IE's API
     Vector<String> types() const;
-    PassRefPtrWillBeRawPtr<FileList> files() const;
+    FileList* files() const;
 
     IntPoint dragLocation() const { return m_dragLoc; }
     void setDragImage(Element*, int x, int y, ExceptionState&);