From 6a64d3ca612c4ef812c5fdffb15a2da9a9ee93f9 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Sat, 16 Feb 2008 06:50:40 +0000 Subject: [PATCH] Fixing build bustage git-svn-id: svn://10.0.0.236/trunk@245817 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/python/dom/src/nsPyContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/extensions/python/dom/src/nsPyContext.cpp b/mozilla/extensions/python/dom/src/nsPyContext.cpp index 27c2a3cc7f4..4a26d64f358 100644 --- a/mozilla/extensions/python/dom/src/nsPyContext.cpp +++ b/mozilla/extensions/python/dom/src/nsPyContext.cpp @@ -475,7 +475,7 @@ nsPythonContext::CompileEventHandler(nsIAtom *aName, const char** aArgNames, const nsAString& aBody, const char *aURL, PRUint32 aLineNo, - PRUint32 aVersion; + PRUint32 aVersion, nsScriptObjectHolder &aHandler) { NS_ENSURE_TRUE(mIsInitialized, NS_ERROR_NOT_INITIALIZED);