diff options
Diffstat (limited to 'www/epiphany/files/patch-embed_mozilla_mozilla-embed-persist.cpp')
-rw-r--r-- | www/epiphany/files/patch-embed_mozilla_mozilla-embed-persist.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/epiphany/files/patch-embed_mozilla_mozilla-embed-persist.cpp b/www/epiphany/files/patch-embed_mozilla_mozilla-embed-persist.cpp deleted file mode 100644 index 0980c3c25d00..000000000000 --- a/www/epiphany/files/patch-embed_mozilla_mozilla-embed-persist.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- embed/mozilla/mozilla-embed-persist.cpp.orig Sat Nov 1 23:12:09 2003 -+++ embed/mozilla/mozilla-embed-persist.cpp Sun Nov 2 00:03:17 2003 -@@ -254,9 +254,15 @@ - do_QueryInterface (DOMDocument, &rv); - if (NS_FAILED(rv) || !document) return G_FAILED; - -+#if MOZILLA_SNAPSHOT > 11 -+ nsIURI *uri; -+ uri = document->GetDocumentURL (); -+ if (uri == NULL) return G_FAILED; -+#else - nsCOMPtr<nsIURI> uri; - rv = document->GetDocumentURL (getter_AddRefs(uri)); - if (NS_FAILED(rv) || !uri) return G_FAILED; -+#endif - - aProgress->InitForPersist (bpersist, parent, - uri, file, |