diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-04-27 17:07:36 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-04-27 17:07:36 +0800 |
commit | 6fadfbe07379b55695a43687c6b7d935bff80133 (patch) | |
tree | 0e9c207847091df0505b4e08caca7e0d899f2a31 /embed/mozilla/EventContext.h | |
parent | e88e7018c298131a4024415d0a2dbff9b7046960 (diff) | |
download | gsoc2013-epiphany-6fadfbe07379b55695a43687c6b7d935bff80133.tar gsoc2013-epiphany-6fadfbe07379b55695a43687c6b7d935bff80133.tar.gz gsoc2013-epiphany-6fadfbe07379b55695a43687c6b7d935bff80133.tar.bz2 gsoc2013-epiphany-6fadfbe07379b55695a43687c6b7d935bff80133.tar.lz gsoc2013-epiphany-6fadfbe07379b55695a43687c6b7d935bff80133.tar.xz gsoc2013-epiphany-6fadfbe07379b55695a43687c6b7d935bff80133.tar.zst gsoc2013-epiphany-6fadfbe07379b55695a43687c6b7d935bff80133.zip |
Nice mess of defines to support 1.8a. Damn.
2004-04-27 Marco Pesenti Gritti <marco@gnome.org>
* configure.in:
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EventContext.h:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
* embed/mozilla/mozilla-download.cpp:
* embed/mozilla/mozilla-embed-persist.cpp:
Nice mess of defines to support 1.8a. Damn.
Diffstat (limited to 'embed/mozilla/EventContext.h')
-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 418c088a0..870787cb9 100644 --- a/embed/mozilla/EventContext.h +++ b/embed/mozilla/EventContext.h @@ -33,6 +33,7 @@ #include "nsIDOMElementCSSInlineStyle.h" #include "nsIDOMCSSStyleDeclaration.h" #include "nsIDOMDocument.h" +#include "nsIDocument.h" #include "EphyBrowser.h" #include "ephy-embed.h" |