зеркало из https://github.com/mozilla/gecko-dev.git
Bug 445570 - Heap-allocated autostrings in DOM/content, r+sr=jst
This commit is contained in:
Родитель
712e9200d7
Коммит
0e96dd742e
|
@ -85,7 +85,7 @@ protected:
|
|||
*/
|
||||
PRBool GetAttrValue(nsIAtom *aName, nsAString& aValue);
|
||||
|
||||
nsAutoString mTarget;
|
||||
nsString mTarget;
|
||||
};
|
||||
|
||||
#endif //nsIXMLProcessingInstruction_h___
|
||||
|
|
|
@ -72,7 +72,7 @@ private:
|
|||
const char * GetCharsetForUrlBar();
|
||||
|
||||
nsCOMPtr<nsIPrefBranch> mPrefBranch;
|
||||
nsCAutoString mFsCharset;
|
||||
nsCString mFsCharset;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -99,7 +99,7 @@ private:
|
|||
|
||||
// filename, line number and JS language version string of the
|
||||
// caller of setTimeout()
|
||||
nsCAutoString mFileName;
|
||||
nsCString mFileName;
|
||||
PRUint32 mLineNo;
|
||||
PRUint32 mVersion;
|
||||
nsCOMPtr<nsIArray> mArgv;
|
||||
|
|
|
@ -191,7 +191,7 @@ protected:
|
|||
nsCOMPtr<nsIURI> mURI;
|
||||
|
||||
// domain this store is associated with
|
||||
nsAutoString mDomain;
|
||||
nsString mDomain;
|
||||
|
||||
// the key->value item pairs
|
||||
nsTHashtable<nsSessionStorageEntry> mItems;
|
||||
|
|
Загрузка…
Ссылка в новой задаче