Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan

This commit is contained in:
Birunthan Mohanathas
2014-05-22 06:48:51 +03:00
parent 7c5f901fae
commit cc3389eabe
23 changed files with 51 additions and 51 deletions

View File

@@ -1415,7 +1415,7 @@ nsPluginHost::RegisterPlayPreviewMimeType(const nsACString& mimeType,
nsAutoCString url(redirectURL);
if (url.Length() == 0) {
// using default play preview iframe URL, if redirectURL is not specified
url.Assign("data:application/x-moz-playpreview;,");
url.AssignLiteral("data:application/x-moz-playpreview;,");
url.Append(mimeType);
}