aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-03-10 17:15:02 +0800
committerChristian Persch <chpe@src.gnome.org>2008-03-10 17:15:02 +0800
commit7abb1d655cdcb093dd20ad8882b7f44eed0b354c (patch)
treef5e48a07b954fcd629d4f4d3817a79b34e120c24 /embed/mozilla
parentcd2edcbec038a8e40c4f9f20e48d0d05cf77b842 (diff)
downloadgsoc2013-epiphany-7abb1d655cdcb093dd20ad8882b7f44eed0b354c.tar
gsoc2013-epiphany-7abb1d655cdcb093dd20ad8882b7f44eed0b354c.tar.gz
gsoc2013-epiphany-7abb1d655cdcb093dd20ad8882b7f44eed0b354c.tar.bz2
gsoc2013-epiphany-7abb1d655cdcb093dd20ad8882b7f44eed0b354c.tar.lz
gsoc2013-epiphany-7abb1d655cdcb093dd20ad8882b7f44eed0b354c.tar.xz
gsoc2013-epiphany-7abb1d655cdcb093dd20ad8882b7f44eed0b354c.tar.zst
gsoc2013-epiphany-7abb1d655cdcb093dd20ad8882b7f44eed0b354c.zip
Remove this patch that was accidentally committed on the branch instead of on trunk
svn path=/branches/gnome-2-22/; revision=8086
Diffstat (limited to 'embed/mozilla')
-rw-r--r--embed/mozilla/AutoModalDialog.cpp1
-rw-r--r--embed/mozilla/GtkNSSDialogs.cpp4
2 files changed, 3 insertions, 2 deletions
diff --git a/embed/mozilla/AutoModalDialog.cpp b/embed/mozilla/AutoModalDialog.cpp
index 034730850..48df678fa 100644
--- a/embed/mozilla/AutoModalDialog.cpp
+++ b/embed/mozilla/AutoModalDialog.cpp
@@ -35,6 +35,7 @@
#include <nsIDOMDocument.h>
#include <nsIDOMEvent.h>
#include <nsIDOMEventTarget.h>
+#include <nsIJSContextStack.h>
#include <nsIPrivateDOMEvent.h>
#include <nsPIDOMWindow.h>
#include <nsServiceManagerUtils.h>
diff --git a/embed/mozilla/GtkNSSDialogs.cpp b/embed/mozilla/GtkNSSDialogs.cpp
index 6346ecb83..c21460b8c 100644
--- a/embed/mozilla/GtkNSSDialogs.cpp
+++ b/embed/mozilla/GtkNSSDialogs.cpp
@@ -217,7 +217,7 @@ higgy_setup_dialog (GtkDialog *dialog, const gchar *stock_icon,
}
}
-#ifndef HAVE_GECKO_1_9
+
/**
* Display a dialog box, showing 'View Certificate', 'Cancel',
* and 'Accept' buttons. Optionally a checkbox can be shown,
@@ -321,7 +321,7 @@ display_cert_warning_box (nsIInterfaceRequestor *ctx,
gtk_widget_destroy (dialog);
return res;
}
-#endif /* HAVE_GECKO_1_9 */
+
/* Helper functions */