From 0a2cabcc999ce2c1d7d06cf1890a462fc9365a9b Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Fri, 28 Feb 2003 02:34:01 +0000 Subject: [PATCH] Bug 136260 ChromeWindow Object wrapped by XPConnect has members whose names shadow each other r=jst sr=jst --- js/src/xpconnect/src/xpcwrappednative.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/xpconnect/src/xpcwrappednative.cpp b/js/src/xpconnect/src/xpcwrappednative.cpp index 873a68978a3..ff06a034d4b 100644 --- a/js/src/xpconnect/src/xpcwrappednative.cpp +++ b/js/src/xpconnect/src/xpcwrappednative.cpp @@ -2793,6 +2793,7 @@ void DEBUG_ReportShadowedMembers(XPCNativeSet* set, "Window", "HTMLDocument", "Event", + "ChromeWindow", nsnull };