зеркало из https://github.com/mozilla/pjs.git
XTF ignores base class intrinsic state. Bug 332980, r=smaug, sr=bzbarsky
This commit is contained in:
Родитель
a35ec3e306
Коммит
0015ec1ff6
|
@ -506,7 +506,7 @@ nsXTFElementWrapper::GetExistingAttrNameFromQName(const nsAString& aStr) const
|
|||
PRInt32
|
||||
nsXTFElementWrapper::IntrinsicState() const
|
||||
{
|
||||
return mIntrinsicState;
|
||||
return nsXTFElementWrapperBase::IntrinsicState() | mIntrinsicState;
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче