diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-01-13 03:34:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-13 03:34:06 +0800 |
commit | 0e45b23b41142b62e046b0010a01b0dcf828f13a (patch) | |
tree | 87358e2be40981967157189488055077787b3da0 | |
parent | 0f224c00d42f651dd12a227f79952e3c5ea43fac (diff) | |
download | gsoc2013-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
-rw-r--r-- | embed/mozilla/EventContext.h | 1 |
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); |