Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
This commit is contained in:
@@ -229,7 +229,7 @@ nsXMLContentSink::DidBuildModel()
|
||||
if (mTitleText.IsEmpty()) {
|
||||
nsCOMPtr<nsIDOMNSDocument> dom_doc(do_QueryInterface(mDocument));
|
||||
if (dom_doc) {
|
||||
dom_doc->SetTitle(NS_LITERAL_STRING(""));
|
||||
dom_doc->SetTitle(EmptyString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user