зеркало из https://github.com/mozilla/pjs.git
Родитель
2b57829e82
Коммит
953f045479
|
@ -419,6 +419,12 @@ nsAttrValue::GetColorValue(nscolor& aColor) const
|
|||
{
|
||||
aColor = NS_STATIC_CAST(nscolor, GetIntInternal());
|
||||
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
NS_NOTREACHED("unexpected basetype");
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1605,8 +1605,9 @@ nsGenericHTMLElement::SetAttrAndNotify(PRInt32 aNamespaceID,
|
|||
PRBool aNotify)
|
||||
{
|
||||
nsresult rv;
|
||||
PRUint8 modType = aModification ? nsIDOMMutationEvent::MODIFICATION :
|
||||
nsIDOMMutationEvent::ADDITION;
|
||||
PRUint8 modType = aModification ?
|
||||
NS_STATIC_CAST(PRUint8. nsIDOMMutationEvent::MODIFICATION) :
|
||||
NS_STATIC_CAST(PRUint8. nsIDOMMutationEvent::ADDITION);
|
||||
|
||||
mozAutoDocUpdate updateBatch(mDocument, UPDATE_CONTENT_MODEL, aNotify);
|
||||
if (aNotify && mDocument) {
|
||||
|
|
|
@ -2192,8 +2192,9 @@ nsXULElement::SetAttrAndNotify(PRInt32 aNamespaceID,
|
|||
PRBool aNotify)
|
||||
{
|
||||
nsresult rv;
|
||||
PRUint8 modType = aModification ? nsIDOMMutationEvent::MODIFICATION :
|
||||
nsIDOMMutationEvent::ADDITION;
|
||||
PRUint8 modType = aModification ?
|
||||
NS_STATIC_CAST(PRUint8. nsIDOMMutationEvent::MODIFICATION) :
|
||||
NS_STATIC_CAST(PRUint8. nsIDOMMutationEvent::ADDITION);
|
||||
|
||||
mozAutoDocUpdate updateBatch(mDocument, UPDATE_CONTENT_MODEL, aNotify);
|
||||
if (aNotify && mDocument) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче