Index: content/shell/shell_render_view_host_observer.cc |
diff --git a/content/shell/shell_render_view_host_observer.cc b/content/shell/shell_render_view_host_observer.cc |
index ff92aab8fa8b19a1972d3d8d88730c67ae66f764..b50c8956170b22cb1069e6bae9b9a322284f02e9 100644 |
--- a/content/shell/shell_render_view_host_observer.cc |
+++ b/content/shell/shell_render_view_host_observer.cc |
@@ -44,7 +44,7 @@ void ShellRenderViewHostObserver::OnTextDump(const std::string& dump) { |
void ShellRenderViewHostObserver::OnNotifyDone() { |
render_view_host()->Send( |
- new ShellViewMsg_CaptureTextDump(render_view_host()->routing_id(), |
+ new ShellViewMsg_CaptureTextDump(render_view_host()->GetRoutingID(), |
dump_child_frames_)); |
} |