From 21819e4d8c267cfe21bb43fb64d334ebf8a3ec84 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Thu, 17 Apr 2003 15:22:52 +0000 Subject: [PATCH] fix return type for EnsureTransferableDataHook git-svn-id: svn://10.0.0.236/trunk@141317 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsDocShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index d60a756ca2b..4efdb97480f 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -6737,7 +6737,7 @@ nsDocShell::EnsureEditorData() return mEditorData ? NS_OK : NS_ERROR_FAILURE; } -NS_IMETHODIMP +nsresult nsDocShell::EnsureTransferableHookData() { if (!mTransferableHookData) {