Bug 1163397 - Convert PaintedLayerData::mLog to an nsCString in order to make it possible to safely store PaintedLayerData inside nsTArrays; r=roc

This commit is contained in:
Ehsan Akhgari 2015-05-10 10:18:52 -04:00
Родитель 6061ec65aa
Коммит d3ab4e755b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -307,7 +307,7 @@ public:
/**
* Keep track of important decisions for debugging.
*/
nsAutoCString mLog;
nsCString mLog;
#define FLB_LOG_PAINTED_LAYER_DECISION(pld, ...) \
if (gfxPrefs::LayersDumpDecision()) { \