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/mozilla-embed-persist.cpp | |
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/mozilla-embed-persist.cpp')
-rw-r--r-- | embed/mozilla/mozilla-embed-persist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/mozilla-embed-persist.cpp b/embed/mozilla/mozilla-embed-persist.cpp index a69c55aad..68f545cfe 100644 --- a/embed/mozilla/mozilla-embed-persist.cpp +++ b/embed/mozilla/mozilla-embed-persist.cpp @@ -38,6 +38,7 @@ #include <nsIHistoryEntry.h> #include <nsISHEntry.h> #include <nsIDocumentEncoder.h> +#include <nsIDocument.h> static void mozilla_embed_persist_class_init (MozillaEmbedPersistClass *klass); |