зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
6061ec65aa
Коммит
d3ab4e755b
|
@ -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()) { \
|
||||
|
|
Загрузка…
Ссылка в новой задаче