Fix bustage from bug 915940 on a CLOSED TREE. r=me

This commit is contained in:
Nicholas Cameron 2013-11-15 11:13:53 +13:00
Родитель 69478b80a7
Коммит d77b6af4c9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -27,7 +27,7 @@ using namespace mozilla::ipc;
namespace mozilla {
namespace layers {
mozilla::Atomic<int32_t> GfxMemoryImageReporter::sAmount = 0;
mozilla::Atomic<int32_t> GfxMemoryImageReporter::sAmount(0);
SharedMemory::SharedMemoryType OptimalShmemType()
{