This commit is contained in:
sicking%bigfoot.com 2004-03-04 18:30:53 +00:00
Родитель 953f045479
Коммит 70084d0d39
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1606,8 +1606,8 @@ nsGenericHTMLElement::SetAttrAndNotify(PRInt32 aNamespaceID,
{
nsresult rv;
PRUint8 modType = aModification ?
NS_STATIC_CAST(PRUint8. nsIDOMMutationEvent::MODIFICATION) :
NS_STATIC_CAST(PRUint8. nsIDOMMutationEvent::ADDITION);
NS_STATIC_CAST(PRUint8, nsIDOMMutationEvent::MODIFICATION) :
NS_STATIC_CAST(PRUint8, nsIDOMMutationEvent::ADDITION);
mozAutoDocUpdate updateBatch(mDocument, UPDATE_CONTENT_MODEL, aNotify);
if (aNotify && mDocument) {

Просмотреть файл

@ -2193,8 +2193,8 @@ nsXULElement::SetAttrAndNotify(PRInt32 aNamespaceID,
{
nsresult rv;
PRUint8 modType = aModification ?
NS_STATIC_CAST(PRUint8. nsIDOMMutationEvent::MODIFICATION) :
NS_STATIC_CAST(PRUint8. nsIDOMMutationEvent::ADDITION);
NS_STATIC_CAST(PRUint8, nsIDOMMutationEvent::MODIFICATION) :
NS_STATIC_CAST(PRUint8, nsIDOMMutationEvent::ADDITION);
mozAutoDocUpdate updateBatch(mDocument, UPDATE_CONTENT_MODEL, aNotify);
if (aNotify && mDocument) {