mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1225682 - Don't use nsAuto{,C}String as class member variables in rdf/. r=Pike
This commit is contained in:
parent
0efdfa9596
commit
a603494ed6
@ -44,7 +44,7 @@ protected:
|
|||||||
PLDHashTable mDates;
|
PLDHashTable mDates;
|
||||||
PLDHashTable mBlobs;
|
PLDHashTable mBlobs;
|
||||||
|
|
||||||
nsAutoCString mLastURIPrefix;
|
nsCString mLastURIPrefix;
|
||||||
nsCOMPtr<nsIFactory> mLastFactory;
|
nsCOMPtr<nsIFactory> mLastFactory;
|
||||||
nsCOMPtr<nsIFactory> mDefaultResourceFactory;
|
nsCOMPtr<nsIFactory> mDefaultResourceFactory;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user