diff options
Diffstat (limited to 'WebCore/platform/gtk/PasteboardHelper.h')
-rw-r--r-- | WebCore/platform/gtk/PasteboardHelper.h | 3 |
1 files changed, 1 insertions, 2 deletions
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; }; |