summaryrefslogtreecommitdiffstats
path: root/content/test/test_web_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/test_web_contents.cc')
-rw-r--r--content/test/test_web_contents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
index a2a42e6..a94a2bc 100644
--- a/content/test/test_web_contents.cc
+++ b/content/test/test_web_contents.cc
@@ -43,7 +43,7 @@ TestWebContents::~TestWebContents() {
}
RenderViewHost* TestWebContents::GetPendingRenderViewHost() const {
- return GetRenderManager()->pending_render_view_host_;
+ return GetRenderManager()->pending_render_view_host();
}
TestRenderViewHost* TestWebContents::pending_test_rvh() const {