Index: content/shell/renderer/test_runner/web_frame_test_proxy.h |
diff --git a/content/shell/renderer/test_runner/web_frame_test_proxy.h b/content/shell/renderer/test_runner/web_frame_test_proxy.h |
index 1a75dd4e1d3036e00beb53320f2846b64a045e6a..b57e10c93c626835536f4e65c8eaf2cdf2d91216 100644 |
--- a/content/shell/renderer/test_runner/web_frame_test_proxy.h |
+++ b/content/shell/renderer/test_runner/web_frame_test_proxy.h |
@@ -175,7 +175,7 @@ class WebFrameTestProxy : public Base { |
virtual void showContextMenu( |
const blink::WebContextMenuData& context_menu_data) { |
- base_proxy_->ShowContextMenu(Base::GetWebFrame()->toWebLocalFrame(), |
+ base_proxy_->ShowContextMenu(Base::GetWebFrame(), |
context_menu_data); |
Base::showContextMenu(context_menu_data); |
} |