| Index: chrome/renderer/render_thread.cc
|
| ===================================================================
|
| --- chrome/renderer/render_thread.cc (revision 3394)
|
| +++ chrome/renderer/render_thread.cc (working copy)
|
| @@ -194,9 +194,9 @@
|
| int32 view_id) {
|
| // TODO(darin): once we have a RenderThread per RenderView, this will need to
|
| // change to assert that we are not creating more than one view.
|
| -
|
| RenderView::Create(
|
| - parent_hwnd, modal_dialog_event, MSG_ROUTING_NONE, webkit_prefs, view_id);
|
| + parent_hwnd, modal_dialog_event, MSG_ROUTING_NONE, webkit_prefs,
|
| + new SharedRenderViewCounter(0), view_id);
|
| }
|
|
|
| void RenderThread::OnSetCacheCapacities(size_t min_dead_capacity,
|
| @@ -227,4 +227,3 @@
|
| &RenderThread::InformHostOfCacheStats),
|
| kCacheStatsDelayMS);
|
| }
|
| -
|
|
|