From 72d144421274156778e4c1651247b96e0cb44e21 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Wed, 29 Nov 2000 06:34:14 +0000 Subject: [PATCH] Fix win32-only bustage. --- content/xbl/src/nsXBLWindowHandler.cpp | 4 ++-- content/xbl/src/nsXBLWindowKeyHandler.cpp | 2 +- layout/xbl/src/nsXBLWindowHandler.cpp | 4 ++-- layout/xbl/src/nsXBLWindowKeyHandler.cpp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/xbl/src/nsXBLWindowHandler.cpp b/content/xbl/src/nsXBLWindowHandler.cpp index d8a683d83019..049b987c6f4a 100644 --- a/content/xbl/src/nsXBLWindowHandler.cpp +++ b/content/xbl/src/nsXBLWindowHandler.cpp @@ -132,7 +132,7 @@ nsXBLWindowHandler :: IsEditor() // scan through the list to find something to handle the event and then make it // so. // -NS_IMETHODIMP +nsresult nsXBLWindowHandler::WalkHandlersInternal(nsIDOMEvent* aEvent, nsIAtom* aEventType, nsIXBLPrototypeHandler* aHandler) { @@ -214,7 +214,7 @@ nsXBLWindowHandler::GetHandlers(nsIXBLDocumentInfo* aInfo, const nsAReadableCStr // // Lazily load the XP and platform-specific bindings // -NS_IMETHODIMP +nsresult nsXBLWindowHandler::EnsureHandlers() { if (!sXBLSpecialDocInfo) diff --git a/content/xbl/src/nsXBLWindowKeyHandler.cpp b/content/xbl/src/nsXBLWindowKeyHandler.cpp index fa331be977bb..d57573e9b116 100644 --- a/content/xbl/src/nsXBLWindowKeyHandler.cpp +++ b/content/xbl/src/nsXBLWindowKeyHandler.cpp @@ -77,7 +77,7 @@ NS_IMPL_ISUPPORTS1(nsXBLWindowKeyHandler, nsIDOMKeyListener) // Lazily load the XBL handlers. Overridden to handle being attached // to a particular element rather than the document // -NS_IMETHODIMP +nsresult nsXBLWindowKeyHandler::EnsureHandlers() { nsresult rv = NS_ERROR_FAILURE; diff --git a/layout/xbl/src/nsXBLWindowHandler.cpp b/layout/xbl/src/nsXBLWindowHandler.cpp index d8a683d83019..049b987c6f4a 100644 --- a/layout/xbl/src/nsXBLWindowHandler.cpp +++ b/layout/xbl/src/nsXBLWindowHandler.cpp @@ -132,7 +132,7 @@ nsXBLWindowHandler :: IsEditor() // scan through the list to find something to handle the event and then make it // so. // -NS_IMETHODIMP +nsresult nsXBLWindowHandler::WalkHandlersInternal(nsIDOMEvent* aEvent, nsIAtom* aEventType, nsIXBLPrototypeHandler* aHandler) { @@ -214,7 +214,7 @@ nsXBLWindowHandler::GetHandlers(nsIXBLDocumentInfo* aInfo, const nsAReadableCStr // // Lazily load the XP and platform-specific bindings // -NS_IMETHODIMP +nsresult nsXBLWindowHandler::EnsureHandlers() { if (!sXBLSpecialDocInfo) diff --git a/layout/xbl/src/nsXBLWindowKeyHandler.cpp b/layout/xbl/src/nsXBLWindowKeyHandler.cpp index fa331be977bb..d57573e9b116 100644 --- a/layout/xbl/src/nsXBLWindowKeyHandler.cpp +++ b/layout/xbl/src/nsXBLWindowKeyHandler.cpp @@ -77,7 +77,7 @@ NS_IMPL_ISUPPORTS1(nsXBLWindowKeyHandler, nsIDOMKeyListener) // Lazily load the XBL handlers. Overridden to handle being attached // to a particular element rather than the document // -NS_IMETHODIMP +nsresult nsXBLWindowKeyHandler::EnsureHandlers() { nsresult rv = NS_ERROR_FAILURE;