X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fclipboard%2FDataTransferItem.h;h=5bbf9336ca6e5bdf846b97c1d5b1fe9167ebf616;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=b3d453e8b7ef56e6d6e5ccc31fc2e00c79e81d20;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/clipboard/DataTransferItem.h b/src/third_party/WebKit/Source/core/clipboard/DataTransferItem.h index b3d453e..5bbf933 100644 --- a/src/third_party/WebKit/Source/core/clipboard/DataTransferItem.h +++ b/src/third_party/WebKit/Source/core/clipboard/DataTransferItem.h @@ -48,13 +48,14 @@ class ExecutionContext; class DataTransferItem FINAL : public RefCountedWillBeGarbageCollected, public ScriptWrappable { DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DataTransferItem); + DEFINE_WRAPPERTYPEINFO(); public: static PassRefPtrWillBeRawPtr create(PassRefPtrWillBeRawPtr, PassRefPtrWillBeRawPtr); String kind() const; String type() const; - void getAsString(ExecutionContext*, PassOwnPtr) const; + void getAsString(ExecutionContext*, StringCallback*) const; PassRefPtrWillBeRawPtr getAsFile() const; DataTransfer* dataTransfer() { return m_dataTransfer.get(); }