Bug 1378196, Make IsEventAttributeName non-virtual in common case, r=ehsan
This commit is contained in:
@@ -337,7 +337,7 @@ HTMLFrameSetElement::ParseRowCol(const nsAString & aValue,
|
||||
}
|
||||
|
||||
bool
|
||||
HTMLFrameSetElement::IsEventAttributeName(nsIAtom *aName)
|
||||
HTMLFrameSetElement::IsEventAttributeNameInternal(nsIAtom *aName)
|
||||
{
|
||||
return nsContentUtils::IsEventAttributeName(aName,
|
||||
EventNameType_HTML |
|
||||
|
||||
Reference in New Issue
Block a user