This commit is contained in:
pinkerton%netscape.com 2000-11-29 06:34:14 +00:00
Родитель b14c7b6cb9
Коммит 72d1444212
4 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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)

Просмотреть файл

@ -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;

Просмотреть файл

@ -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)

Просмотреть файл

@ -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;