зеркало из https://github.com/mozilla/gecko-dev.git
Bug 947096 - [Flatfish] Build break results from variable access that requires MOZ_B2G_RIL flag, r=echou
This commit is contained in:
Родитель
c245e30619
Коммит
924e0e833b
|
@ -341,9 +341,12 @@ Call::IsActive()
|
|||
/**
|
||||
* BluetoothHfpManager
|
||||
*/
|
||||
BluetoothHfpManager::BluetoothHfpManager() : mPhoneType(PhoneType::NONE)
|
||||
, mController(nullptr)
|
||||
BluetoothHfpManager::BluetoothHfpManager() : mController(nullptr)
|
||||
{
|
||||
#ifdef MOZ_B2G_RIL
|
||||
mPhoneType = PhoneType::NONE;
|
||||
#endif // MOZ_B2G_RIL
|
||||
|
||||
Reset();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче