From d77b6af4c9f3cda62f045fbeef40291d841bae29 Mon Sep 17 00:00:00 2001 From: Nicholas Cameron Date: Fri, 15 Nov 2013 11:13:53 +1300 Subject: [PATCH] Fix bustage from bug 915940 on a CLOSED TREE. r=me --- gfx/layers/ipc/ISurfaceAllocator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/layers/ipc/ISurfaceAllocator.cpp b/gfx/layers/ipc/ISurfaceAllocator.cpp index 8ac7cf836794..dad4888f2e0a 100644 --- a/gfx/layers/ipc/ISurfaceAllocator.cpp +++ b/gfx/layers/ipc/ISurfaceAllocator.cpp @@ -27,7 +27,7 @@ using namespace mozilla::ipc; namespace mozilla { namespace layers { -mozilla::Atomic GfxMemoryImageReporter::sAmount = 0; +mozilla::Atomic GfxMemoryImageReporter::sAmount(0); SharedMemory::SharedMemoryType OptimalShmemType() {