From d8db397370d06cb11c0004f25f1d5a4ce62a2b40 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Mon, 23 Aug 1999 07:58:19 +0000 Subject: [PATCH] changed a comment git-svn-id: svn://10.0.0.236/trunk@44126 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/src/xpconnect/public/nsIXPConnect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/src/xpconnect/public/nsIXPConnect.h b/mozilla/js/src/xpconnect/public/nsIXPConnect.h index ef1b4649cde..e67ae825d96 100644 --- a/mozilla/js/src/xpconnect/public/nsIXPConnect.h +++ b/mozilla/js/src/xpconnect/public/nsIXPConnect.h @@ -146,7 +146,7 @@ public: // To manipulate such a wrapper (as opposed to manipulating the wrapped // JSObject via the wrapper) do a QueryInterface for the // nsIXPConnectWrappedJSMethods interface -// i.e. 'nsIXPConnectWrappedJSMethods::GetIID()' +// i.e. 'GET_NS_IID(nsIXPConnectWrappedJSMethods)' // and use the methods on that interface. (see below) /******************************************/