Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg

This commit is contained in:
Randell Jesup
2012-09-01 22:35:17 -04:00
parent 360ad91182
commit 3b4961b603
617 changed files with 2504 additions and 2504 deletions

View File

@@ -485,7 +485,7 @@ nsresult os2FrameWindow::SetIcon(const nsAString& aIconSpec)
// if the file was found, try to use it
if (iconFile) {
nsCAutoString path;
nsAutoCString path;
iconFile->GetNativePath(path);
if (mFrameIcon) {