summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/chromium/ContextMenuChromium.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/chromium/ContextMenuChromium.cpp')
-rw-r--r--WebCore/platform/chromium/ContextMenuChromium.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/WebCore/platform/chromium/ContextMenuChromium.cpp b/WebCore/platform/chromium/ContextMenuChromium.cpp
index 93c0ec4..9bddd28 100644
--- a/WebCore/platform/chromium/ContextMenuChromium.cpp
+++ b/WebCore/platform/chromium/ContextMenuChromium.cpp
@@ -36,13 +36,11 @@ namespace WebCore {
// This is a stub implementation of WebKit's ContextMenu class that does
// nothing.
-ContextMenu::ContextMenu(const HitTestResult& result)
- : m_hitTestResult(result)
+ContextMenu::ContextMenu()
{
}
-ContextMenu::ContextMenu(const HitTestResult& result, const PlatformMenuDescription menu)
- : m_hitTestResult(result)
+ContextMenu::ContextMenu(const PlatformMenuDescription menu)
{
}