Bug 1441547: Make character data change notifications use a const reference for the info parameter. r=smaug
It's not intended to be mutated. MozReview-Commit-ID: 5nkD1YkidlV
This commit is contained in:
@@ -66,7 +66,7 @@ HTMLStyleElement::SetDisabled(bool aDisabled)
|
||||
void
|
||||
HTMLStyleElement::CharacterDataChanged(nsIDocument* aDocument,
|
||||
nsIContent* aContent,
|
||||
CharacterDataChangeInfo* aInfo)
|
||||
const CharacterDataChangeInfo&)
|
||||
{
|
||||
ContentChanged(aContent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user