aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-01-13 03:34:06 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-13 03:34:06 +0800
commit0e45b23b41142b62e046b0010a01b0dcf828f13a (patch)
tree87358e2be40981967157189488055077787b3da0 /embed
parent0f224c00d42f651dd12a227f79952e3c5ea43fac (diff)
downloadgsoc2013-epiphany-0e45b23b41142b62e046b0010a01b0dcf828f13a.tar
gsoc2013-epiphany-0e45b23b41142b62e046b0010a01b0dcf828f13a.tar.gz
gsoc2013-epiphany-0e45b23b41142b62e046b0010a01b0dcf828f13a.tar.bz2
gsoc2013-epiphany-0e45b23b41142b62e046b0010a01b0dcf828f13a.tar.lz
gsoc2013-epiphany-0e45b23b41142b62e046b0010a01b0dcf828f13a.tar.xz
gsoc2013-epiphany-0e45b23b41142b62e046b0010a01b0dcf828f13a.tar.zst
gsoc2013-epiphany-0e45b23b41142b62e046b0010a01b0dcf828f13a.zip
Forgot this
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EventContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/EventContext.h b/embed/mozilla/EventContext.h
index 44dc37483..5953e4810 100644
--- a/embed/mozilla/EventContext.h
+++ b/embed/mozilla/EventContext.h
@@ -59,6 +59,7 @@ private:
EphyEmbedEvent *info);
nsresult GetCSSBackground (nsIDOMNode *node, nsAutoString& url);
nsresult IsPageFramed (nsIDOMNode *node, PRBool *Framed);
+ nsresult CheckLinkScheme (const nsAString &link);
nsresult SetIntProperty (const char *name, int value);
nsresult SetStringProperty (const char *name, const char *value);
nsresult SetStringProperty (const char *name, const nsAString &value);