Bug 472120 - nsIPrivateDOMEvent outparamdel didn't change IID r+sr=bz
--- a/content/events/public/nsIPrivateDOMEvent.h
+++ b/content/events/public/nsIPrivateDOMEvent.h
@@ -41,19 +41,18 @@
#include "nsISupports.h"
class nsPresContext;
/*
* Event listener manager interface.
*/
#define NS_IPRIVATEDOMEVENT_IID \
-{ /* 25e6626c-8e54-409b-87b5-2beceaac399e */ \
-0x25e6626c, 0x8e54, 0x409b, \
-{0x87, 0xb5, 0x2b, 0xec, 0xea, 0xac, 0x39, 0x9e} }
+{0x5b3543d3, 0x84ed, 0x4b59, \
+{0x95, 0xca, 0xa4, 0x21, 0xf2, 0x59, 0x22, 0x22}}
class nsIDOMEventTarget;
class nsIDOMEvent;
class nsEvent;
class nsCommandEvent;
class nsIPrivateDOMEvent : public nsISupports
{