Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1566)

Unified Diff: content/shell/renderer/test_runner/web_frame_test_proxy.h

Issue 547093002: Return WebLocalFrame from RenderFrame::GetWebFrame(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698