Bug 970711 - Fix typo in MemoryTextureClientData destructor (r=mattwoodrow)

This commit is contained in:
Bill McCloskey 2014-02-10 18:46:27 -08:00
parent f9915544fb
commit 9dc45e266e

View File

@ -222,7 +222,7 @@ public:
~MemoryTextureClientData()
{
MOZ_ASSERT(!mBuffer, "Forgot to deallocate the shared texture data?");
MOZ_COUNT_CTOR(MemoryTextureClientData);
MOZ_COUNT_DTOR(MemoryTextureClientData);
}
virtual void DeallocateSharedData(ISurfaceAllocator*)