Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo
This commit is contained in:
@@ -792,7 +792,7 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand,
|
||||
NS_ASSERTION(NS_SUCCEEDED(rv) && bundle, "chrome://global/locale/browser.properties could not be loaded");
|
||||
nsXPIDLString title;
|
||||
if (bundle) {
|
||||
bundle->GetStringFromName(MOZ_UTF16("plainText.wordWrap"), getter_Copies(title));
|
||||
bundle->GetStringFromName(u"plainText.wordWrap", getter_Copies(title));
|
||||
}
|
||||
SetSelectedStyleSheetSet(title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user