зеркало из https://github.com/mozilla/pjs.git
Fixing bug 244300, patch by mozilla-bugzilla@future.shiny.co.il. Adding double inclusion protection to nsMutationEvent.h. r+sr=bzbarsky@mit.edu.
This commit is contained in:
Родитель
f396e147a2
Коммит
29795a5bfc
|
@ -35,6 +35,9 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifndef nsMutationEvent_h__
|
||||
#define nsMutationEvent_h__
|
||||
|
||||
#include "nsGUIEvent.h"
|
||||
#include "nsIDOMNode.h"
|
||||
#include "nsIAtom.h"
|
||||
|
@ -101,3 +104,5 @@ struct nsMutationEvent : public nsEvent
|
|||
#define NS_EVENT_BITS_MUTATION_NODEINSERTEDINTODOCUMENT 0x10
|
||||
#define NS_EVENT_BITS_MUTATION_ATTRMODIFIED 0x20
|
||||
#define NS_EVENT_BITS_MUTATION_CHARACTERDATAMODIFIED 0x40
|
||||
|
||||
#endif // nsMutationEvent_h__
|
||||
|
|
Загрузка…
Ссылка в новой задаче