| Index: webkit/glue/weburlloader_impl.cc
|
| ===================================================================
|
| --- webkit/glue/weburlloader_impl.cc (revision 97032)
|
| +++ webkit/glue/weburlloader_impl.cc (working copy)
|
| @@ -413,6 +413,7 @@
|
| static_cast<RequestExtraData*>(request.extraData());
|
| request_info.frame_id = extra_data->frame_identifier();
|
| request_info.is_main_frame = extra_data->is_main_frame();
|
| + request_info.transition_type = extra_data->transition_type();
|
| }
|
| bridge_.reset(ResourceLoaderBridge::Create(request_info));
|
|
|
|
|