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
parent 936599abd6
commit 32f829b25a

View File

@ -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