Bug 712509 - Disable Skia's internal malloc debugging as it was causing crashes on android. r=Bas

This commit is contained in:
Matt Woodrow 2012-01-12 13:46:09 +13:00
parent 9c1f38ec11
commit f60a51cca8

View File

@ -235,7 +235,7 @@ CPPSRCS = \
SkMaskFilter.cpp \
SkMath.cpp \
SkMatrix.cpp \
SkMemory_stdlib.cpp \
SkMemory_malloc.cpp \
SkMetaData.cpp \
SkPackBits.cpp \
SkPaint.cpp \