mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
XTF ignores base class intrinsic state. Bug 332980, r=smaug, sr=bzbarsky
This commit is contained in:
parent
01077d2d89
commit
0ae7829d30
@ -506,7 +506,7 @@ nsXTFElementWrapper::GetExistingAttrNameFromQName(const nsAString& aStr) const
|
||||
PRInt32
|
||||
nsXTFElementWrapper::IntrinsicState() const
|
||||
{
|
||||
return mIntrinsicState;
|
||||
return nsXTFElementWrapperBase::IntrinsicState() | mIntrinsicState;
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
Loading…
Reference in New Issue
Block a user