Bug 458944 - In nsIMutationObserver.h, document how the user should attach observers; r+sr=jonas

This commit is contained in:
Alex Vincent 2008-10-11 03:38:16 +02:00
Родитель 3b6d5c84d0
Коммит 9ec7bb6fbb
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -90,6 +90,9 @@ struct CharacterDataChangeInfo
/**
* Mutation observer interface
*
* See nsINode::AddMutationObserver, nsINode::RemoveMutationObserver for how to
* attach or remove your observers.
*
* WARNING: During these notifications, you are not allowed to perform
* any mutations to the current or any other document, or start a
* network load. If you need to perform such operations do that