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
parent 2877589e40
commit b019ce2639

View File

@ -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);
}