diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-06-13 08:21:48 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-06-13 08:21:48 -0400 |
commit | 7b2976598712391cdde55b2cff903b164079400e (patch) | |
tree | e1ff1b11cc54e63b665aab1aa3776a62ee56250d /editor/libeditor/TextEditor.cpp | |
parent | 33474a12bc1d578f7055828cc4bbc728bdd2630b (diff) | |
download | aura-central-7b2976598712391cdde55b2cff903b164079400e.tar.gz |
Bug 1426494 - Share more code between nsIDocument and ShadowRoot
Tag mcp-graveyard/UXP%1375
Diffstat (limited to 'editor/libeditor/TextEditor.cpp')
-rw-r--r-- | editor/libeditor/TextEditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/libeditor/TextEditor.cpp b/editor/libeditor/TextEditor.cpp index c3cfa4a72..07b06a96a 100644 --- a/editor/libeditor/TextEditor.cpp +++ b/editor/libeditor/TextEditor.cpp @@ -24,6 +24,7 @@ #include "nsCharTraits.h" #include "nsComponentManagerUtils.h" #include "nsContentCID.h" +#include "nsContentList.h" #include "nsCopySupport.h" #include "nsDebug.h" #include "nsDependentSubstring.h" |