Bug 552822 - Windows bustage due to wrong type. r=me

This commit is contained in:
Jae-Seong Lee-Russo 2010-05-14 09:01:16 -07:00
Родитель cb5eb283e4
Коммит d75c5f211d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -452,7 +452,7 @@ TabParent::DeallocPContextWrapper(PContextWrapperParent* actor)
}
PGeolocationRequestParent*
TabParent::AllocPGeolocationRequest(const URI::URI& uri)
TabParent::AllocPGeolocationRequest(const IPC::URI& uri)
{
return new GeolocationRequestParent(mFrameElement, uri);
}