Bug 1046647 - Part 3: Replace nsCxPusher in nsHandlerData. r=bholley

This commit is contained in:
Bob Owen 2014-08-04 17:19:01 +01:00
Родитель 9a28fc7046
Коммит 8de62d70df
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -277,7 +277,6 @@ struct MOZ_STACK_CLASS nsHandlerData
uint16_t mOperation;
nsCOMPtr<nsIDOMNode> mSource;
nsCOMPtr<nsIDOMNode> mDest;
nsCxPusher mPusher;
};
static void
@ -291,9 +290,6 @@ CallHandler(void *aObject, nsIAtom *aKey, void *aHandler, void *aData)
static_cast<nsIVariant*>(node->GetProperty(DOM_USER_DATA, aKey));
NS_ASSERTION(data, "Handler without data?");
if (!handlerData->mPusher.RePush(node)) {
return;
}
nsAutoString key;
aKey->ToString(key);
handler->Handle(handlerData->mOperation, key, data, handlerData->mSource,