Index: Source/web/ContextMenuClientImpl.cpp |
diff --git a/Source/web/ContextMenuClientImpl.cpp b/Source/web/ContextMenuClientImpl.cpp |
index cf979c1b7c218d9b2358286d5213213bc258d468..817aebd7d7bc2472fe31eead662c8957ab356457 100644 |
--- a/Source/web/ContextMenuClientImpl.cpp |
+++ b/Source/web/ContextMenuClientImpl.cpp |
@@ -262,7 +262,7 @@ void ContextMenuClientImpl::showContextMenu(const WebCore::ContextMenu* defaultM |
data.mediaFlags |= WebContextMenuData::MediaCanPrint; |
HTMLPlugInImageElement* pluginElement = toHTMLPlugInImageElement(r.innerNonSharedNode()); |
- data.srcURL = pluginElement->document()->completeURL(pluginElement->url()); |
+ data.srcURL = pluginElement->document().completeURL(pluginElement->url()); |
data.mediaFlags |= WebContextMenuData::MediaCanSave; |
// Add context menu commands that are supported by the plugin. |