gecko/dom/bluetooth/linux
Eric Chou b9423ba702 Bug 910484 - Use a pointer to hold a global static variable to avoid assertion, r=mrbkap
In order to avoid the assertion, which occurs because we can't control the
order of contruction of global static variables, I changed to use a pointer
instead of an instance, so I can really allocate the memory block at the
other place (in ctor of BluetoothDBusService).
2013-09-04 12:17:13 +08:00
..
BluetoothDBusService.cpp Bug 910484 - Use a pointer to hold a global static variable to avoid assertion, r=mrbkap 2013-09-04 12:17:13 +08:00
BluetoothDBusService.h Bug 910484 - Use a pointer to hold a global static variable to avoid assertion, r=mrbkap 2013-09-04 12:17:13 +08:00