From 643ca7872b450ea4efacab6188849e5aac2ba161 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 15 Dec 2009 10:12:09 +0000 Subject: Merge webkit.org at r51976 : Initial merge by git. Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43 --- WebCore/platform/gtk/PasteboardHelper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'WebCore/platform/gtk/PasteboardHelper.h') diff --git a/WebCore/platform/gtk/PasteboardHelper.h b/WebCore/platform/gtk/PasteboardHelper.h index 8e67127..e589f24 100644 --- a/WebCore/platform/gtk/PasteboardHelper.h +++ b/WebCore/platform/gtk/PasteboardHelper.h @@ -41,8 +41,7 @@ public: virtual GtkClipboard* getCurrentTarget(Frame*) const = 0; virtual GtkClipboard* getClipboard(Frame*) const = 0; virtual GtkClipboard* getPrimary(Frame*) const = 0; - virtual GtkTargetList* getCopyTargetList(Frame*) const = 0; - virtual GtkTargetList* getPasteTargetList(Frame*) const = 0; + virtual GtkTargetList* targetList() const = 0; virtual gint getWebViewTargetInfoHtml() const = 0; }; -- cgit v1.1