diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-12 18:06:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-12 18:06:49 +0000 |
commit | d5deacd7d66aa5bae3de515ca899bd19b7f3e907 (patch) | |
tree | 92c2dc8e07873444ed6ac2e0d037f0450f2f5a92 /www/galeon/files | |
parent | bc51650f0d1be11404682bbd4141bd864219dd78 (diff) |
Notes
Diffstat (limited to 'www/galeon/files')
-rw-r--r-- | www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp b/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp deleted file mode 100644 index e086452a71f0..000000000000 --- a/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- src/mozilla/GaleonWrapper.cpp.orig Fri Apr 11 17:57:19 2003 -+++ src/mozilla/GaleonWrapper.cpp Fri May 16 17:52:46 2003 -@@ -70,7 +70,11 @@ - #include "nsIDocumentObserver.h" - #include "nsCWebBrowser.h" - #include "nsReadableUtils.h" -+#if MOZILLA_SNAPSHOT > 7 -+#include "nsIDOMNSDocument.h" -+#else - #include "nsIDOMNSHTMLDocument.h" -+#endif - #include "nsIDOMHTMLDocument.h" - #include "nsIDOMHTMLCollection.h" - #include "nsIDOMHTMLElement.h" -@@ -1290,7 +1294,11 @@ - result = GetDOMDocument (getter_AddRefs(aDOMDocument)); - if (NS_FAILED(result) || !aDOMDocument) return NS_ERROR_FAILURE; - -+#if MOZILLA_SNAPSHOT > 7 -+ nsCOMPtr<nsIDOMNSDocument> doc = do_QueryInterface(aDOMDocument); -+#else - nsCOMPtr<nsIDOMNSHTMLDocument> doc = do_QueryInterface(aDOMDocument); -+#endif - if(!doc) return NS_ERROR_FAILURE; - - nsAutoString value; |