aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2003-11-20 03:49:14 +0800
committerChristian Persch <chpe@src.gnome.org>2003-11-20 03:49:14 +0800
commit5e14d96d90e1ebd925d4ed9fc00be1864030036d (patch)
treee1e3494c0f5254b2f908e5bc991a89976e32fc25 /embed
parentf52461471f1ef86adda1f9a311483f57e4d51dbd (diff)
downloadgsoc2013-epiphany-5e14d96d90e1ebd925d4ed9fc00be1864030036d.tar
gsoc2013-epiphany-5e14d96d90e1ebd925d4ed9fc00be1864030036d.tar.gz
gsoc2013-epiphany-5e14d96d90e1ebd925d4ed9fc00be1864030036d.tar.bz2
gsoc2013-epiphany-5e14d96d90e1ebd925d4ed9fc00be1864030036d.tar.lz
gsoc2013-epiphany-5e14d96d90e1ebd925d4ed9fc00be1864030036d.tar.xz
gsoc2013-epiphany-5e14d96d90e1ebd925d4ed9fc00be1864030036d.tar.zst
gsoc2013-epiphany-5e14d96d90e1ebd925d4ed9fc00be1864030036d.zip
Reverting accidentally commited local workaround
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/GtkNSSKeyPairDialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/GtkNSSKeyPairDialogs.cpp b/embed/mozilla/GtkNSSKeyPairDialogs.cpp
index f43f8aacd..941bcebe3 100644
--- a/embed/mozilla/GtkNSSKeyPairDialogs.cpp
+++ b/embed/mozilla/GtkNSSKeyPairDialogs.cpp
@@ -583,7 +583,7 @@ NS_IMETHODIMP KeyPairHelperWindow::UpdateCommands(const nsAString & action)
MOZ_NOT_IMPLEMENTED
}
-#if MOZILLA_SNAPSHOT <= 13
+#if MOZILLA_SNAPSHOT <= 12
/* DOMString escape (in DOMString str); */
NS_IMETHODIMP KeyPairHelperWindow::Escape(const nsAString & str, nsAString & _retval)
{