From fd1a60be5a51d71bf799a918bbe1b95fce9f032b Mon Sep 17 00:00:00 2001 From: joki Date: Mon, 8 Jun 1998 01:33:06 +0000 Subject: [PATCH] Fixing uuid and whitespace git-svn-id: svn://10.0.0.236/trunk@3470 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dom/public/coreEvents/Makefile | 6 +++--- mozilla/dom/public/coreEvents/nsIDOMEventReceiver.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/dom/public/coreEvents/Makefile b/mozilla/dom/public/coreEvents/Makefile index 7bafbe973ad..4520cbc8579 100644 --- a/mozilla/dom/public/coreEvents/Makefile +++ b/mozilla/dom/public/coreEvents/Makefile @@ -22,9 +22,9 @@ DEFINES = -D_IMPL_NS_DOM EXPORTS = \ nsIDOMEvent.h \ nsIDOMEventListener.h \ - nsIDOMEventCapturer.h \ - nsIDOMEventReceiver.h \ - nsIDOMFocusListener.h \ + nsIDOMEventCapturer.h \ + nsIDOMEventReceiver.h \ + nsIDOMFocusListener.h \ nsIDOMKeyListener.h \ nsIDOMLoadListener.h \ nsIDOMMouseListener.h \ diff --git a/mozilla/dom/public/coreEvents/nsIDOMEventReceiver.h b/mozilla/dom/public/coreEvents/nsIDOMEventReceiver.h index 97690a2dac8..e9a69492940 100644 --- a/mozilla/dom/public/coreEvents/nsIDOMEventReceiver.h +++ b/mozilla/dom/public/coreEvents/nsIDOMEventReceiver.h @@ -34,8 +34,8 @@ class nsIEventListenerManager; */ #define NS_IDOMEVENTRECEIVER_IID \ { /* e1dbcba0-fb38-11d1-bd87-00805f8ae3f4 */ \ -0xa044aec0, 0xdf04, 0x11d1, \ -{0xbd, 0x85, 0x00, 0x80, 0x5f, 0x8a, 0xe3, 0xf4} } +0xe1dbcba0, 0xfb38, 0x11d1, \ +{0xbd, 0x87, 0x00, 0x80, 0x5f, 0x8a, 0xe3, 0xf4} } class nsIDOMEventReceiver : public nsISupports {