diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-19 05:01:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-19 05:01:04 +0800 |
commit | 391793b9bb2498599791b506f6c09080845ae7b0 (patch) | |
tree | b04c2bc3ab3689c95e19967d02ca3a7fe2c47986 /ChangeLog | |
parent | d125a79db5875e4328ea5e66af331197ad644f96 (diff) | |
download | gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.gz gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.bz2 gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.lz gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.xz gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.tar.zst gsoc2013-epiphany-391793b9bb2498599791b506f6c09080845ae7b0.zip |
We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event to
2004-01-18 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp:
We need to use do_QueryInterface to get from the
nsIDOM[Key|Mouse]Event to the nsIDOMEvent, not just
cast it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-01-18 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/mozilla-embed.cpp: + + We need to use do_QueryInterface to get from the + nsIDOM[Key|Mouse]Event to the nsIDOMEvent, not just + cast it. + 2004-01-17 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: |