diff --git a/mozilla/editor/base/nsIAbsorbingTransaction.h b/mozilla/editor/base/nsIAbsorbingTransaction.h index e5be4228543..87baa024617 100644 --- a/mozilla/editor/base/nsIAbsorbingTransaction.h +++ b/mozilla/editor/base/nsIAbsorbingTransaction.h @@ -30,10 +30,11 @@ Transaction interface to outside world */ #define NS_IABSORBINGTRANSACTION_IID \ -{ /* a6cf910b-15b3-11d2-932e-00805f8add32 */ \ - 0xa6cf910b, 0x15b3, 0x11d2, \ +{ /* a6cf9116-15b3-11d2-932e-00805f8add32 */ \ + 0xa6cf9116, \ + 0x15b3, \ + 0x11d2, \ {0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} } - #include "nsCOMPtr.h" #include "nsWeakPtr.h" #include "nsIAtom.h" diff --git a/mozilla/editor/libeditor/base/nsIAbsorbingTransaction.h b/mozilla/editor/libeditor/base/nsIAbsorbingTransaction.h index e5be4228543..87baa024617 100644 --- a/mozilla/editor/libeditor/base/nsIAbsorbingTransaction.h +++ b/mozilla/editor/libeditor/base/nsIAbsorbingTransaction.h @@ -30,10 +30,11 @@ Transaction interface to outside world */ #define NS_IABSORBINGTRANSACTION_IID \ -{ /* a6cf910b-15b3-11d2-932e-00805f8add32 */ \ - 0xa6cf910b, 0x15b3, 0x11d2, \ +{ /* a6cf9116-15b3-11d2-932e-00805f8add32 */ \ + 0xa6cf9116, \ + 0x15b3, \ + 0x11d2, \ {0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} } - #include "nsCOMPtr.h" #include "nsWeakPtr.h" #include "nsIAtom.h"