mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 15:02:11 +00:00
Bug 590790 follow-up to fix ASAN crashes - don't use nsAutoCString as a member of heap allocated class VectorImageDocInfo. CLOSED TREE
This commit is contained in:
parent
eb764cd209
commit
ca3784d20f
@ -198,7 +198,7 @@ private:
|
||||
struct VectorImageDocInfo {
|
||||
size_t mSize;
|
||||
bool mUsed;
|
||||
nsAutoCString mURI;
|
||||
nsCString mURI;
|
||||
};
|
||||
|
||||
struct AllSizes {
|
||||
|
Loading…
x
Reference in New Issue
Block a user