From bd4907fa38934408a0c2a1c96117343b55c7a75d 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 git-svn-id: svn://10.0.0.236/trunk@179729 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/layout-debug/src/nsLayoutDebuggingTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/extensions/layout-debug/src/nsLayoutDebuggingTools.cpp b/mozilla/extensions/layout-debug/src/nsLayoutDebuggingTools.cpp index eb0dac6fc50..3e603a19ee7 100644 --- a/mozilla/extensions/layout-debug/src/nsLayoutDebuggingTools.cpp +++ b/mozilla/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); } } }