Fix <textarea> b=249665 and quirks <input> b=249416 debug weirdness r/sr=peterv
git-svn-id: svn://10.0.0.236/trunk@158754 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -4194,7 +4194,7 @@ nsHTMLDocument::CreateElem(nsIAtom *aName, nsIAtom *aPrefix,
|
||||
"HTML elements in an HTML document should have "
|
||||
"kNamespaceID_None as their namespace ID.");
|
||||
|
||||
return nsDocument::CreateElement(aName, aPrefix, aNamespaceID,
|
||||
aDocumentDefaultType, aResult);
|
||||
return nsDocument::CreateElem(aName, aPrefix, aNamespaceID,
|
||||
aDocumentDefaultType, aResult);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user