Bug 1225682 - Don't use nsAuto{,C}String as class member variables in rdf/. r=Pike

This commit is contained in:
Mike Hommey 2015-11-19 18:30:38 +09:00
parent 0efdfa9596
commit a603494ed6

View File

@ -44,7 +44,7 @@ protected:
PLDHashTable mDates;
PLDHashTable mBlobs;
nsAutoCString mLastURIPrefix;
nsCString mLastURIPrefix;
nsCOMPtr<nsIFactory> mLastFactory;
nsCOMPtr<nsIFactory> mDefaultResourceFactory;