Bug 136264 HTMLCollection Object wrapped by XPConnect has members whose names shadow each other

r=jst sr=jst
This commit is contained in:
timeless%mozdev.org 2003-02-28 19:07:51 +00:00
parent 1bcc99ae9a
commit df64a519af

View File

@ -2792,6 +2792,7 @@ void DEBUG_ReportShadowedMembers(XPCNativeSet* set,
static const char* skipClasses[] = {
"Window",
"HTMLDocument",
"HTMLCollection",
"Event",
"ChromeWindow",
nsnull