small changes to clients of string converting APIs
git-svn-id: svn://10.0.0.236/trunk@64167 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3557,7 +3557,7 @@ HTMLContentSink::ProcessStyleLink(nsIHTMLContent* aElement,
|
||||
if (0 == mimeType.Length()) {
|
||||
nsString extension;
|
||||
aHref.Right(extension, 4);
|
||||
if (extension == ".css") {
|
||||
if (extension.Equals(".css")) {
|
||||
isStyleSheet = PR_TRUE; // strict mode + no mime type + '.css' extension
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user