mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Fix typo.
This commit is contained in:
parent
342fc99f6a
commit
6ec0527163
@ -314,7 +314,7 @@ nsHTMLStyleElement::GetStyleSheetInfo(nsAWritableString& aUrl,
|
||||
ToLowerCase(aMedia); // HTML4.0 spec is inconsistent, make it case INSENSITIVE
|
||||
|
||||
GetAttribute(NS_LITERAL_STRING("type"), type);
|
||||
aType.Assign(aType);
|
||||
aType.Assign(type);
|
||||
|
||||
nsAutoString mimeType;
|
||||
nsAutoString notUsed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user