diff options
Diffstat (limited to 'WebCore/platform/chromium/ClipboardChromium.h')
-rw-r--r-- | WebCore/platform/chromium/ClipboardChromium.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/platform/chromium/ClipboardChromium.h b/WebCore/platform/chromium/ClipboardChromium.h index 53699da..0a83fd4 100644 --- a/WebCore/platform/chromium/ClipboardChromium.h +++ b/WebCore/platform/chromium/ClipboardChromium.h @@ -82,7 +82,6 @@ namespace WebCore { void resetFromClipboard(); void setDragImage(CachedImage*, Node*, const IntPoint&); RefPtr<ChromiumDataObject> m_dataObject; - Frame* m_frame; }; } // namespace WebCore |