diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 06:24:43 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 06:24:43 -0400 |
commit | 47141a6ef8278a07b94e0d04f64bc8dce082b911 (patch) | |
tree | fd3de5eca4f0bdce70df9f0a9a51549dae4942d9 /dom/base/nsDocument.cpp | |
parent | c3b4f5bd75654a6c363138db44c6ac6875f66978 (diff) | |
download | aura-central-47141a6ef8278a07b94e0d04f64bc8dce082b911.tar.gz |
Issue mcp-graveyard/UXP%1375 - Stop largely using the parser service
This is based on Bug 1395828
* Add nsHTMLElement::IsBlock()
* Rename nsHTMLTags methods
* Remove AssertParserServiceIsCorrect()
* Remove most uses of nsIParserService/nsParserService
Diffstat (limited to 'dom/base/nsDocument.cpp')
-rw-r--r-- | dom/base/nsDocument.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/base/nsDocument.cpp b/dom/base/nsDocument.cpp index 130580fad..87d860c6a 100644 --- a/dom/base/nsDocument.cpp +++ b/dom/base/nsDocument.cpp @@ -116,7 +116,6 @@ #include "nsBidiUtils.h" -#include "nsIParserService.h" #include "nsContentCreatorFunctions.h" #include "nsIScriptContext.h" |