From 6e75945d4d9ca3195b36421e172deb4171496037 Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Tue, 6 Sep 2005 22:15:28 +0000 Subject: [PATCH] Fixing bustage --- extensions/layout-debug/src/nsLayoutDebuggingTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/layout-debug/src/nsLayoutDebuggingTools.cpp b/extensions/layout-debug/src/nsLayoutDebuggingTools.cpp index eb0dac6fc50..3e603a19ee7 100644 --- a/extensions/layout-debug/src/nsLayoutDebuggingTools.cpp +++ b/extensions/layout-debug/src/nsLayoutDebuggingTools.cpp @@ -430,7 +430,7 @@ DumpFramesRecur(nsIDocShell* aDocShell, FILE* out) if (root) { nsIFrameDebug* fdbg; if (NS_SUCCEEDED(CallQueryInterface(root, &fdbg))) { - fdbg->List(shell->GetPresContext(), out, 0); + fdbg->List(out, 0); } } }