From 8bb08f2a445effea051dd08ceed5e077485dd973 Mon Sep 17 00:00:00 2001 From: "jonas%sicking.cc" Date: Thu, 26 Jul 2007 00:53:55 +0000 Subject: [PATCH] fix build bustage git-svn-id: svn://10.0.0.236/trunk@230999 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLDocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/content/html/document/src/nsHTMLDocument.cpp b/mozilla/content/html/document/src/nsHTMLDocument.cpp index ad1e862bed6..9dcea1cb628 100644 --- a/mozilla/content/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/content/html/document/src/nsHTMLDocument.cpp @@ -355,7 +355,7 @@ IdAndNameMapEntryTraverse(PLDHashTable *table, PLDHashEntryHdr *hdr, if (entry->mNameContentList != NAME_NOT_VALID) cb->NoteXPCOMChild(entry->mNameContentList); - cb->NoteXPCOMChild(entry->mDocAllList); + cb->NoteXPCOMChild(static_castentry->mDocAllList); return PL_DHASH_NEXT; }