From 17fc8d6da3216ff27978b0d97eb18151e68ff2b0 Mon Sep 17 00:00:00 2001 From: "jonas%sicking.cc" Date: Thu, 26 Jul 2007 00:55:13 +0000 Subject: [PATCH] fix build bustage git-svn-id: svn://10.0.0.236/trunk@231001 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 9dcea1cb628..032b30f2f3c 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(static_castentry->mDocAllList); + cb->NoteXPCOMChild(static_cast(entry->mDocAllList)); return PL_DHASH_NEXT; }