From cc415305a049ca523f2a8cf674009fa77c54fee6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 14 Nov 2009 12:33:33 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'. --- www/firefox36/files/patch-ff-489131 | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 www/firefox36/files/patch-ff-489131 (limited to 'www/firefox36/files/patch-ff-489131') diff --git a/www/firefox36/files/patch-ff-489131 b/www/firefox36/files/patch-ff-489131 deleted file mode 100644 index bb7f1f60698f..000000000000 --- a/www/firefox36/files/patch-ff-489131 +++ /dev/null @@ -1,29 +0,0 @@ -diff -U12 -up mozilla/content/base/src/nsContentUtils.cpp.489131 mozilla/content/base/src/nsContentUtils.cpp ---- content/base/src/nsContentUtils.cpp.489131 2009-05-14 13:30:53.000000000 +0200 -+++ content/base/src/nsContentUtils.cpp 2009-05-14 13:30:53.000000000 +0200 -@@ -2310,24 +2310,25 @@ nsCxPusher::Push(nsISupports *aCurrentTa - if (mScx) { - NS_ERROR("Whaaa! No double pushing with nsCxPusher::Push()!"); - - return PR_FALSE; - } - - nsCOMPtr sgo; - nsCOMPtr content(do_QueryInterface(aCurrentTarget)); - nsCOMPtr document; - - if (content) { - document = content->GetOwnerDoc(); -+ NS_ENSURE_TRUE(document, PR_FALSE); - } - - if (!document) { - document = do_QueryInterface(aCurrentTarget); - } - - if (document) { - nsCOMPtr branch3doc = - do_QueryInterface(document); - NS_ASSERTION(branch3doc, - "Document must implement nsIDocument_MOZILLA_1_8_BRANCH3!!!"); - PRBool hasHadScriptObject = PR_TRUE; -- cgit v1.2.3