diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-21 20:01:53 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-21 20:01:53 +0100 |
commit | f89a809df5e50fc4f7a58fcaac55861aa33a8e31 (patch) | |
tree | 759bf071afe636cb9264718dede7d43694339da5 /docshell/base/nsDocShellEditorData.cpp | |
parent | 6f78cfb3a486efa43f7b25aa809df4a4444c62f8 (diff) | |
download | UXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.tar UXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.tar.gz UXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.tar.lz UXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.tar.xz UXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.zip |
Stop building /docshell unified and fix deprot.
Tag #80
Diffstat (limited to 'docshell/base/nsDocShellEditorData.cpp')
-rw-r--r-- | docshell/base/nsDocShellEditorData.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docshell/base/nsDocShellEditorData.cpp b/docshell/base/nsDocShellEditorData.cpp index 7e4068eb9..80c8c6ec3 100644 --- a/docshell/base/nsDocShellEditorData.cpp +++ b/docshell/base/nsDocShellEditorData.cpp @@ -8,6 +8,7 @@ #include "nsIInterfaceRequestorUtils.h" #include "nsComponentManagerUtils.h" #include "nsPIDOMWindow.h" +#include "nsIDocument.h" #include "nsIDOMDocument.h" #include "nsIEditor.h" #include "nsIEditingSession.h" |